Web: Complete the removal of vendor-specific #ifdef's, including CMake.
This commit is contained in:
parent
441b2ac4d1
commit
eaf4496312
3 changed files with 4 additions and 25 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue