Web: Complete the removal of vendor-specific #ifdef's, including CMake.

This commit is contained in:
John Kessenich
2019-08-07 01:52:20 -06:00
parent 441b2ac4d1
commit eaf4496312
3 changed files with 4 additions and 25 deletions

View File

@@ -1826,7 +1826,7 @@ Id Builder::createTextureCall(Decoration precision, Id resultType, bool sparse,
if (parameters.component != NoResult)
texArgs[numArgs++] = parameters.component;
#ifdef NV_EXTENSIONS
#ifndef GLSLANG_WEB
if (parameters.granularity != NoResult)
texArgs[numArgs++] = parameters.granularity;
if (parameters.coarse != NoResult)