mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-09 22:00:05 +00:00
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;
|
||||
}
|
||||
|
||||
if (is_legacy_es() && (op == "textureLod" || op == "textureProj"))
|
||||
if (is_legacy_es() && (op == "textureLod" || op == "textureProjLod"))
|
||||
require_extension("GL_EXT_shader_texture_lod");
|
||||
|
||||
if (op == "texture")
|
||||
|
Loading…
Reference in New Issue
Block a user