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,20 @@
/**
******************************************************************************
* 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. *
******************************************************************************
*/
#include "xenia/gpu/spirv/spirv_util.h"
namespace xe {
namespace gpu {
namespace spirv {
//
} // namespace spirv
} // namespace gpu
} // namespace xe