Click or drag to resize

TextureGetDirectAccess Method

Returns a direct pointer to the texture memory.

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

Return Value

Type: IntPtr
A pointer to the texture's memory. If result is Zero direct access is not supported. If the result is -1, the texture is pending creation.
See Also