Build: Fix #975: shut up a compiler warning (code was fine).
This commit is contained in:
parent
4b1a890ba1
commit
652db16ff1
@ -362,10 +362,10 @@ public:
|
|||||||
void setTextureSamplerTransformMode(EShTextureSamplerTransformMode mode);
|
void setTextureSamplerTransformMode(EShTextureSamplerTransformMode mode);
|
||||||
|
|
||||||
// For setting up the environment (initialized in the constructor):
|
// For setting up the environment (initialized in the constructor):
|
||||||
void setEnvInput(EShSource lang, EShLanguage stage, EShClient client, int version)
|
void setEnvInput(EShSource lang, EShLanguage envStage, EShClient client, int version)
|
||||||
{
|
{
|
||||||
environment.input.languageFamily = lang;
|
environment.input.languageFamily = lang;
|
||||||
environment.input.stage = stage;
|
environment.input.stage = envStage;
|
||||||
environment.input.dialect = client;
|
environment.input.dialect = client;
|
||||||
environment.input.dialectVersion = version;
|
environment.input.dialectVersion = version;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user