Texture2DGetNativeTexturePtrOn this pageTexture2D.GetNativeTexturePtr() Retrieve a native (underlying graphics API) pointer to the Texture resource. Returns: typeDescriptionIntPtrPointer to an underlying graphics API Texture resource. Usage ---@type Texture2Dlocal texture2d;local val0 = texture2d.GetNativeTexturePtr()