Interface: ShaderWithGroupsDescriptor

ShaderWithGroupsDescriptor

A descriptor for a shader with groups.

Properties:
Name Type Description
groupMap Record<string, Record<string, any>>

an optional map of how to bind the groups. This is automatically generated by reading the WebGPU program

groups ShaderGroups

A record of BindGroup's used by the shader.

Extends

Members

groupMap Record<string, Record<string, any>>

an optional map of how to bind the groups. This is automatically generated by reading the WebGPU program

groups ShaderGroups

A record of BindGroup's used by the shader.