Descriptor for creating a GPUBindGroupLayout. Always derived from a shader — the binding map walks shader → kind / visibility / texture metadata / native slots so callers don’t have to know any of them.Documentation Index
Fetch the complete documentation index at: https://rive-editor-sidebar-reorg.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Fields
shader
Source shader. Layouts cannot be built without one.
groupIndex
WGSL @group(N) this layout describes. Valid range [0, 4).