Non functional: add EshTargetClientVersion alias for EShTargetClientVersion.

Fixes #1304.
This commit is contained in:
John Kessenich
2018-03-22 23:54:04 -06:00
parent 97e35420a6
commit 7cec64fc42
3 changed files with 9 additions and 7 deletions

View File

@@ -197,7 +197,7 @@ public:
GlslangResult compileAndLink(
const std::string shaderName, const std::string& code,
const std::string& entryPointName, EShMessages controls,
glslang::EshTargetClientVersion clientTargetVersion,
glslang::EShTargetClientVersion clientTargetVersion,
bool flattenUniformArrays = false,
EShTextureSamplerTransformMode texSampTransMode = EShTexSampTransKeep,
bool disableOptimizer = true,
@@ -407,7 +407,7 @@ public:
const std::string& testName,
Source source,
Semantics semantics,
glslang::EshTargetClientVersion clientTargetVersion,
glslang::EShTargetClientVersion clientTargetVersion,
Target target,
bool automap = true,
const std::string& entryPointName="",