From bb9a26702d68d4fa31cc61eaf0cc59e50369c86e Mon Sep 17 00:00:00 2001 From: Vlad Ivanov Date: Wed, 25 Jan 2017 22:27:44 +0300 Subject: [PATCH] gpu: spirv_shader_translator: xb format changes --- src/xenia/gpu/spirv_shader_translator.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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