Click or drag to resize

BgfxVertexConvert Method

Converts a stream of vertex data from one format to another.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void VertexConvert(
	VertexLayout destinationLayout,
	IntPtr destinationData,
	VertexLayout sourceLayout,
	IntPtr sourceData,
	int count = 1
)

Parameters

destinationLayout  VertexLayout
The destination format.
destinationData  IntPtr
A pointer to the output location.
sourceLayout  VertexLayout
The source format.
sourceData  IntPtr
A pointer to the source vertex data to convert.
count  Int32  (Optional)
The number of vertices to convert.
See Also