Non functional: add EshTargetClientVersion alias for EShTargetClientVersion.
Fixes #1304.
This commit is contained in:
parent
97e35420a6
commit
7cec64fc42
3 changed files with 9 additions and 7 deletions
|
|
@ -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="",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue