diff --git a/src/xenia/gpu/spirv_shader_translator.h b/src/xenia/gpu/spirv_shader_translator.h index bdeb64940..0284e822b 100644 --- a/src/xenia/gpu/spirv_shader_translator.h +++ b/src/xenia/gpu/spirv_shader_translator.h @@ -96,9 +96,10 @@ class SpirvShaderTranslator : public ShaderTranslator { bool is_signed); // Creates a call to the given GLSL intrinsic. - spv::Id SpirvShaderTranslator::CreateGlslStd450InstructionCall( - spv::Decoration precision, spv::Id result_type, - spv::GLSLstd450 instruction_ordinal, std::vector args); + spv::Id CreateGlslStd450InstructionCall(spv::Decoration precision, + spv::Id result_type, + spv::GLSLstd450 instruction_ordinal, + std::vector args); // Loads an operand into a value. // The value returned will be in the form described in the operand (number of