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 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:
VertexLayoutThis instance, for use in a fluent API.
See Also