MaxAs/SetpClr

This commit is contained in:
Dr. Chat
2016-02-21 16:39:54 -06:00
parent fa3ca4a5d7
commit d217f7b3c3
2 changed files with 25 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ class SpirvShaderTranslator : public ShaderTranslator {
spv::Function* translated_main_ = 0;
// Types.
spv::Id float_type_ = 0, bool_type_ = 0;
spv::Id float_type_ = 0, bool_type_ = 0, int_type_ = 0;
spv::Id vec2_float_type_ = 0, vec3_float_type_ = 0, vec4_float_type_ = 0;
spv::Id vec4_uint_type_ = 0;
spv::Id vec4_bool_type_ = 0;