1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-29 19:16:56 -06:00

revert fd1ec51496917ee656e9405826d3d26444b2a04c

revert try 2 fix clang
This commit is contained in:
ivchodev 2024-03-26 18:37:35 +01:00
parent 43c1a4c643
commit 224cac988e

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