Commit e915da4a by baldurk

Remove unnecessary include path relative to root

parent 085371d9
...@@ -50,7 +50,7 @@ ...@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment