Remove SPVRemapper.h dependency on spvIR.h
The only thing it uses from spvIR.h is the NoResult constant, which is now defined inline.
This commit is contained in:
parent
6f9ab3c2de
commit
806d9abbad
1 changed files with 1 additions and 1 deletions
|
|
@ -77,9 +77,9 @@ public:
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#include "spirv.hpp"
|
#include "spirv.hpp"
|
||||||
#include "spvIR.h"
|
|
||||||
|
|
||||||
namespace spv {
|
namespace spv {
|
||||||
|
const Id NoResult = 0;
|
||||||
|
|
||||||
// class to hold SPIR-V binary data for remapping, DCE, and debug stripping
|
// class to hold SPIR-V binary data for remapping, DCE, and debug stripping
|
||||||
class spirvbin_t : public spirvbin_base_t
|
class spirvbin_t : public spirvbin_base_t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue