gpu: spirv_shader_translator: xb format changes

This commit is contained in:
Vlad Ivanov 2017-01-25 22:27:44 +03:00
parent d6bd1a9d21
commit bb9a26702d
1 changed files with 4 additions and 3 deletions

View File

@ -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<spv::Id> args);
spv::Id CreateGlslStd450InstructionCall(spv::Decoration precision,
spv::Id result_type,
spv::GLSLstd450 instruction_ordinal,
std::vector<spv::Id> args);
// Loads an operand into a value.
// The value returned will be in the form described in the operand (number of