try 3 fixing clang omfg its just a space
suyu-ci / Check REUSE Specification (push) Successful in 10s Details
suyu verify / Verify Format (push) Successful in 2m24s Details
suyu verify / test build (linux-fresh, clang) (push) Successful in 8m7s Details
suyu verify / android (push) Successful in 28m37s Details
suyu verify / test build (linux-fresh, linux) (push) Successful in 12m50s Details
codespell / Check for spelling errors (push) Successful in 11s Details

This commit is contained in:
Crimson-Hawk 2024-03-26 16:51:43 +08:00
parent fd1ec51496
commit 77e9b7b59b
Signed by: Crimson-Hawk
GPG Key ID: 0804DD39BB9BF5AC
1 changed files with 1 additions and 1 deletions

View File

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