Files
Xenia-Canary/src/xenia/gpu/spirv/spirv_compiler.h
2015-11-21 11:22:24 -08:00

24 lines
735 B
C++

/**
******************************************************************************
* Xenia : Xbox 360 Emulator Research Project *
******************************************************************************
* Copyright 2015 Ben Vanik. All rights reserved. *
* Released under the BSD license - see LICENSE in the root for more details. *
******************************************************************************
*/
#ifndef XENIA_GPU_SPIRV_SPIRV_COMPILER_H_
#define XENIA_GPU_SPIRV_SPIRV_COMPILER_H_
namespace xe {
namespace gpu {
namespace spirv {
//
} // namespace spirv
} // namespace gpu
} // namespace xe
#endif // XENIA_GPU_SPIRV_SPIRV_COMPILER_H_