SPIRV-Tools/include/spirv-tools
fjhenigman 20b2e2b9f5
Add SpirvTools::IsValid(). (#2326)
* Add SpirvTools::IsValid().

Add a method to determine if a SpirvTools object was successfully
constructed and can be used.  It might not be depending on the parameter
to the constructor.
This is something a fuzzer wants to know before trying to use an
SpirvTools object constructed with a fuzzed parameter.
2019-01-24 09:45:09 -05:00
..
instrument.hpp Fix vertex instrumentation to use VertexIndex and InstanceIndex (#2294) 2019-01-16 18:02:07 -05:00
libspirv.h Prevent diagnostic memory leak (#2110) 2018-11-26 16:58:09 -05:00
libspirv.hpp Add SpirvTools::IsValid(). (#2326) 2019-01-24 09:45:09 -05:00
linker.hpp Rewrite include guards (#1793) 2018-08-03 08:05:33 -04:00
optimizer.hpp Sink (#2284) 2019-01-17 15:56:36 -05:00