Build: shut up warning to add unnecessary parens.
This commit is contained in:
parent
74426f7570
commit
9f2236e58e
1 changed files with 1 additions and 1 deletions
|
|
@ -5144,7 +5144,7 @@ void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvV
|
|||
}
|
||||
|
||||
//E_SPV_NV_compute_shader_derivatives
|
||||
if (profile == EEsProfile && version >= 320 || profile != EEsProfile && version >= 450) {
|
||||
if ((profile == EEsProfile && version >= 320) || (profile != EEsProfile && version >= 450)) {
|
||||
stageBuiltins[EShLangCompute].append(derivatives);
|
||||
stageBuiltins[EShLangCompute].append(derivativeControls);
|
||||
stageBuiltins[EShLangCompute].append("\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue