Merge pull request #1713 from jeffbolznv/fix_nv_extension_disabled
Fix NV_EXTENSIONS-disabled build
This commit is contained in:
commit
d90d548161
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue