Remove unnecessary include path relative to root
This commit is contained in:
parent
085371d9d4
commit
e915da4aee
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
namespace spv {
|
namespace spv {
|
||||||
// Include C-based headers that don't have a namespace
|
// Include C-based headers that don't have a namespace
|
||||||
#include "SPIRV/GLSL.std.450.h"
|
#include "GLSL.std.450.h"
|
||||||
}
|
}
|
||||||
const char* GlslStd450DebugNames[spv::GLSLstd450Count];
|
const char* GlslStd450DebugNames[spv::GLSLstd450Count];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue