Click or drag to resize

BgfxTopologyConvert Method


Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static uint TopologyConvert(
	TopologyConvert conversation,
	IntPtr dst,
	uint dstSize,
	IntPtr indices,
	uint numIndices,
	bool index32
)

Parameters

conversation  TopologyConvert
 
dst  IntPtr
 
dstSize  UInt32
 
indices  IntPtr
 
numIndices  UInt32
 
index32  Boolean
 

Return Value

UInt32
See Also