소스 검색

revert fd1ec51496917ee656e9405826d3d26444b2a04c

revert try 2 fix clang
ivchodev 2 년 전
부모
커밋
224cac988e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/shader_recompiler/backend/glsl/emit_glsl_context_get_set.cpp

+ 1 - 1
src/shader_recompiler/backend/glsl/emit_glsl_context_get_set.cpp

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