Renaming spirv files so VS highlights them correctly.

This commit is contained in:
Ben Vanik 2015-11-21 19:10:04 -08:00
parent 42abdabf66
commit 9072a38f38
3 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
#ifndef 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/spirv.hpp11"
#include "third_party/spirv/GLSL.std.450.h"
#include "third_party/spirv/spirv.h"
namespace xe {
namespace gpu {