Typo.
This commit is contained in:
parent
521586445f
commit
1caaf2bba6
@ -1826,7 +1826,7 @@ string CompilerGLSL::legacy_tex_op(const std::string &op, const SPIRType &imgtyp
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_legacy_es() && (op == "textureLod" || op == "textureProj"))
|
if (is_legacy_es() && (op == "textureLod" || op == "textureProjLod"))
|
||||||
require_extension("GL_EXT_shader_texture_lod");
|
require_extension("GL_EXT_shader_texture_lod");
|
||||||
|
|
||||||
if (op == "texture")
|
if (op == "texture")
|
||||||
|
Loading…
Reference in New Issue
Block a user