revert try 3 fixing clang omfg its just a space
pull/48/head
ivchodev 2024-03-26 18:36:29 +07:00
parent 77e9b7b59b
commit 43c1a4c643
1 changed files with 1 additions and 1 deletions

@ -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");