Click or drag to resize

TextureOverrideInternal(IntPtr) Method

Override internal texture with externally created texture.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public IntPtr OverrideInternal(
	IntPtr ptr
)

Parameters

ptr  IntPtr
The native API texture pointer.

Return Value

IntPtr
Native API pointer to the texture. If result is Zero, the texture is not yet created from the main thread.
See Also