Click or drag to resize

GpuBufferManagerCreateVertexBuffer Method (Byte, VertexLayout, GpuBufferFlags)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static GpuVertexBuffer CreateVertexBuffer(
	byte[] vertices,
	VertexLayout vertexDeclaration,
	GpuBufferFlags flags = 
)

Parameters

vertices
Type: SystemByte
vertexDeclaration
Type: Internal.SharpBgfxVertexLayout
flags (Optional)
Type: NeoAxisGpuBufferFlags

Return Value

Type: GpuVertexBuffer
See Also