Click or drag to resize

TextureOverrideInternal Method (IntPtr)

Override internal texture with externally created texture.

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

Parameters

ptr
Type: SystemIntPtr
The native API texture pointer.

Return Value

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