mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-14 00:04:08 -05:00
revert 77e9b7b59bb31bf93e4d2156e614f8944cc542af
revert try 3 fixing clang omfg its just a space
This commit is contained in:
parent
77e9b7b59b
commit
43c1a4c643
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user