revert 77e9b7b59b
suyu verify / test build (linux-fresh, clang) (push) Blocked by required conditions Details
suyu verify / test build (linux-fresh, linux) (push) Blocked by required conditions Details
suyu verify / android (push) Blocked by required conditions Details
codespell / Check for spelling errors (push) Successful in 12s Details
suyu-ci / Check REUSE Specification (push) Successful in 23s Details
suyu verify / Verify Format (push) Has been cancelled Details

revert try 3 fixing clang omfg its just a space
This commit is contained in:
ivchodev 2024-03-26 18:36:29 +01:00
parent 77e9b7b59b
commit 43c1a4c643
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");