зеркало из https://github.com/stride3d/xkslang.git
Build: Fix #975: shut up a compiler warning (code was fine).
This commit is contained in:
Родитель
4b1a890ba1
Коммит
652db16ff1
|
@ -362,10 +362,10 @@ public:
|
|||
void setTextureSamplerTransformMode(EShTextureSamplerTransformMode mode);
|
||||
|
||||
// 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.stage = stage;
|
||||
environment.input.stage = envStage;
|
||||
environment.input.dialect = client;
|
||||
environment.input.dialectVersion = version;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче