Remove GlslangToSpv.h dependency on SpvTools.h
The dependency was only because of the SpvOptions struct which is used in both, but really is part of the glslang public interface and should be in the public GlslangToSpv.h header.
This commit is contained in:
parent
62de186c33
commit
6f9ab3c2de
5 changed files with 16 additions and 14 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include "spirv.hpp"
|
||||
#include "GlslangToSpv.h"
|
||||
#include "SpvBuilder.h"
|
||||
#include "SpvTools.h"
|
||||
namespace spv {
|
||||
#include "GLSL.std.450.h"
|
||||
#include "GLSL.ext.KHR.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue