Create a new logger class for all messages w.r.t. SPIR-V build.
This commit is contained in:
parent
09caf12bec
commit
17535f7d55
10 changed files with 184 additions and 61 deletions
|
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
GlslangToSpv.cpp
|
||||
InReadableOrder.cpp
|
||||
Logger.cpp
|
||||
SpvBuilder.cpp
|
||||
SPVRemapper.cpp
|
||||
doc.cpp
|
||||
|
|
@ -10,6 +11,7 @@ set(HEADERS
|
|||
spirv.hpp
|
||||
GLSL.std.450.h
|
||||
GlslangToSpv.h
|
||||
Logger.h
|
||||
SpvBuilder.h
|
||||
SPVRemapper.h
|
||||
spvIR.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue