Skip to content
Snippets Groups Projects
Commit 224cac98 authored by ivchodev's avatar ivchodev
Browse files

revert fd1ec514

revert try 2 fix clang
parent 43c1a4c6
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment