Click or drag to resize

VertexLayoutDecode Method

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

Parameters

attribute
Type: Internal.SharpBgfxVertexAttributeUsage
count
Type: SystemInt32
type
Type: Internal.SharpBgfxVertexAttributeType
normalized
Type: SystemBoolean
asInt
Type: SystemBoolean
See Also