commit | aa056cd8c7292c63ea4f9d8fe6a5df59f07af1c2 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Wed Nov 11 14:24:04 2015 -0500 |
committer | David Neto <dneto@google.com> | Thu Nov 12 09:43:09 2015 -0500 |
tree | 98b9f0d28a555af22211039f109fc45090dbd771 | |
parent | 16f3ddfbb81a76a389d575a96bd72cc6f7ea5b5e [diff] [blame] |
Move SPIR-V constants/limits to a separate header.
diff --git a/source/binary.cpp b/source/binary.cpp index fb62a85..062eadd 100644 --- a/source/binary.cpp +++ b/source/binary.cpp
@@ -38,6 +38,7 @@ #include "libspirv/libspirv.h" #include "opcode.h" #include "operand.h" +#include "spirv_constant.h" spv_result_t spvBinaryHeaderGet(const spv_const_binary binary, const spv_endianness_t endian,