We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3151a8c commit 4932a44Copy full SHA for 4932a44
crates/rustc_codegen_spirv/src/symbols.rs
@@ -57,7 +57,7 @@ const BUILTINS: &[(&str, BuiltIn)] = {
57
("frag_depth", FragDepth),
58
("helper_invocation", HelperInvocation),
59
("num_workgroups", NumWorkgroups),
60
- ("workgroup_size", WorkgroupSize),
+ // ("workgroup_size", WorkgroupSize), -- constant
61
("workgroup_id", WorkgroupId),
62
("local_invocation_id", LocalInvocationId),
63
("global_invocation_id", GlobalInvocationId),
0 commit comments