TextureGetNativeTexturePtrOn this pageTexture.GetNativeTexturePtr() Retrieve a native (underlying graphics API) pointer to the Texture resource. Returns: typeDescriptionIntPtrPointer to an underlying graphics API Texture resource. Usage ---@type Texturelocal texture;local val0 = texture.GetNativeTexturePtr()