Click or drag to resize

VertexLayoutBegin Method

Starts a stream of vertex attribute additions to the layout.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public VertexLayout Begin(
	RendererBackend backend = RendererBackend.Noop
)

Parameters

backend  RendererBackend  (Optional)
The rendering backend with which to associate the attributes.

Return Value

VertexLayout
This instance, for use in a fluent API.
See Also