Assembler/disassembler via SPIRV-Tools.

This commit is contained in:
Ben Vanik
2015-11-22 17:41:39 -08:00
parent 9072a38f38
commit 1b1ff07bf5
11 changed files with 368 additions and 3 deletions

View File

@@ -39,8 +39,8 @@
// "Mask" in their name, and a parallel enum that has the shift
// amount (1 << x) for each corresponding enumerant.
#ifndef spirv_H
#define spirv_H
#ifndef spirv_H11
#define spirv_H11
namespace spv {
@@ -874,4 +874,4 @@ inline KernelProfilingInfoMask operator|(KernelProfilingInfoMask a, KernelProfil
} // end namespace spv
#endif // #ifndef spirv_H
#endif // #ifndef spirv_H11