Skip to content

Commit 4932a44

Browse files
dvc94cheddyb
authored andcommitted
Revert workgroup_size builtin.
1 parent 3151a8c commit 4932a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/src/symbols.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const BUILTINS: &[(&str, BuiltIn)] = {
5757
("frag_depth", FragDepth),
5858
("helper_invocation", HelperInvocation),
5959
("num_workgroups", NumWorkgroups),
60-
("workgroup_size", WorkgroupSize),
60+
// ("workgroup_size", WorkgroupSize), -- constant
6161
("workgroup_id", WorkgroupId),
6262
("local_invocation_id", LocalInvocationId),
6363
("global_invocation_id", GlobalInvocationId),

0 commit comments

Comments
 (0)