try 2 fix clang
Some checks failed
suyu-ci / Check REUSE Specification (push) Successful in 10s
codespell / Check for spelling errors (push) Successful in 19s
suyu verify / Verify Format (push) Failing after 1m24s
suyu verify / test build (linux-fresh, clang) (push) Has been skipped
suyu verify / test build (linux-fresh, linux) (push) Has been skipped
suyu verify / android (push) Has been skipped

This commit is contained in:
Crimson-Hawk 2024-03-26 16:49:03 +08:00
parent eb306775c6
commit fd1ec51496
Signed by: Crimson-Hawk
GPG key ID: 0804DD39BB9BF5AC

View file

@ -428,7 +428,7 @@ void EmitInvocationInfo(EmitContext& ctx, IR::Inst& inst) {
break; break;
case Stage::Geometry: case Stage::Geometry:
ctx.AddU32("{}=uint({}<<16);", inst, ctx.AddU32("{}=uint({}<<16);", inst,
InputTopologyVertices::vertices(ctx.runtime_info.input_topology)); InputTopologyVertices::vertices(ctx.runtime_info.input_topology));
break; break;
default: default:
LOG_WARNING(Shader, "(STUBBED) called"); LOG_WARNING(Shader, "(STUBBED) called");