Fix incorrect images/samplers definitions

ps_param_gen and fix interpolators being copied incorrectly
This commit is contained in:
Dr. Chat
2016-02-25 17:41:41 -06:00
parent 08a287d2ad
commit 6109e0b03a
2 changed files with 69 additions and 44 deletions

View File

@@ -108,7 +108,6 @@ class SpirvShaderTranslator : public ShaderTranslator {
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;
spv::Id sampled_image_type_ = 0;
// Constants.
spv::Id vec4_float_zero_ = 0, vec4_float_one_ = 0;