spirv headers and compiler skeleton.

This commit is contained in:
Ben Vanik
2015-11-21 11:22:24 -08:00
parent 4b5d2edbe0
commit add68c3743
9 changed files with 1182 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
/**
******************************************************************************
* 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_