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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public VertexLayout Begin(
	RendererBackend backend = RendererBackend.Noop
)

Parameters

backend (Optional)
Type: Internal.SharpBgfxRendererBackend
The rendering backend with which to associate the attributes.

Return Value

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