Closed alanlzhang closed 8 months ago
Does this change the generated output in any way?
For example var<push_constant> value;
With this patch, bindgen will generate a rust struct for it, just like other uniforms.
Without this patch, naga will error with 'Unsupported capability ...'
Currently wgsl-bindgen use default setting for Composer, this patch provide user the option to set the capabilities they want.
Some capabilities (such as PUSH_CONSTANT) are quit useful, and user may want to enable it.