Starts a stream of vertex attribute additions to the layout.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic VertexLayout Begin(
RendererBackend backend = RendererBackend.Noop
)
Parameters
- backend RendererBackend (Optional)
- The rendering backend with which to associate the attributes.
Return Value
VertexLayoutThis instance, for use in a fluent API.
See Also