RenderTextureGetNativeTexturePtrOn this pageRenderTexture.GetNativeTexturePtr() Retrieve a native (underlying graphics API) pointer to the Texture resource. Returns: typeDescriptionIntPtrPointer to an underlying graphics API Texture resource. Usage ---@type RenderTexturelocal rendertexture;local val0 = rendertexture.GetNativeTexturePtr()