Click or drag to resize

GpuVertexBufferWriteChannelT Method (Int32, T)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void WriteChannel<T>(
	int startOffsetInBytes,
	T[] data
)
where T : struct, new()

Parameters

startOffsetInBytes
Type: SystemInt32
data
Type: T

Type Parameters

T
See Also