mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-02-05 14:33:05 -06:00
try 2 fix clang
This commit is contained in:
parent
eb306775c6
commit
fd1ec51496
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user