Renaming spirv files so VS highlights them correctly.
This commit is contained in:
parent
42abdabf66
commit
9072a38f38
|
@ -10,8 +10,8 @@
|
||||||
#ifndef XENIA_GPU_SPIRV_SPIRV_UTIL_H_
|
#ifndef XENIA_GPU_SPIRV_SPIRV_UTIL_H_
|
||||||
#define XENIA_GPU_SPIRV_SPIRV_UTIL_H_
|
#define XENIA_GPU_SPIRV_SPIRV_UTIL_H_
|
||||||
|
|
||||||
#include "third_party/spirv/GLSL.std.450.hpp11"
|
#include "third_party/spirv/GLSL.std.450.h"
|
||||||
#include "third_party/spirv/spirv.hpp11"
|
#include "third_party/spirv/spirv.h"
|
||||||
|
|
||||||
namespace xe {
|
namespace xe {
|
||||||
namespace gpu {
|
namespace gpu {
|
||||||
|
|
Loading…
Reference in New Issue