Skip to main content

Texture.GetNativeTexturePtr()

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

Returns:

typeDescription
IntPtrPointer to an underlying graphics API Texture resource.

Usage

---@type Texture
local texture;


local val0 = texture.GetNativeTexturePtr()