Click or drag to resize

TransientVertexBuffer Constructor

Initializes a new instance of the TransientVertexBuffer struct.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public TransientVertexBuffer(
	int vertexCount,
	VertexLayout layout
)

Parameters

vertexCount
Type: SystemInt32
The number of vertices that fit in the buffer.
layout
Type: Internal.SharpBgfxVertexLayout
The layout of the vertex data.
See Also