Skip to content
Snippets Groups Projects
Commit 43c1a4c6 authored by ivchodev's avatar ivchodev
Browse files

revert 77e9b7b5

revert try 3 fixing clang omfg its just a space
parent 77e9b7b5
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