Click or drag to resize

VertexLayoutDecode Method


Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Decode(
	VertexAttributeUsage attribute,
	out int count,
	out VertexAttributeType type,
	out bool normalized,
	out bool asInt
)

Parameters

attribute  VertexAttributeUsage
 
count  Int32
 
type  VertexAttributeType
 
normalized  Boolean
 
asInt  Boolean
 
See Also