Skip to main content

RenderTexture.GetNativeTexturePtr()

Retrieve a native (underlying graphics API) pointer to the Texture resource.

Returns:

typeDescription
IntPtrPointer to an underlying graphics API Texture resource.

Usage

---@type RenderTexture
local rendertexture;


local val0 = rendertexture.GetNativeTexturePtr()