Fix NV_EXTENSIONS-disabled build

This commit is contained in:
Jeff Bolz 2019-02-28 11:59:35 -06:00
parent 822817977c
commit 1994fe4523

View File

@ -49,9 +49,7 @@ namespace spv {
#ifdef AMD_EXTENSIONS #ifdef AMD_EXTENSIONS
#include "GLSL.ext.AMD.h" #include "GLSL.ext.AMD.h"
#endif #endif
#ifdef NV_EXTENSIONS
#include "GLSL.ext.NV.h" #include "GLSL.ext.NV.h"
#endif
} }
// Glslang includes // Glslang includes