SPIRV-Cross/msvc
Hans-Kristian Arntzen 5bcf02f7c9 Hoist out parsing module from spirv_cross::Compiler.
This is a large refactor which splits out the SPIR-V parser from
Compiler and moves it into its more appropriately named Parser module.

The Parser is responsible for building a ParsedIR structure which is
then consumed by one or more compilers.

Compiler can take a ParsedIR by value or move reference. This should
allow for optimal case for both multiple compilations and single
compilation scenarios.
2018-10-19 12:01:31 +02:00
..
SPIRV-Cross.sln Rename project to SPIRV-Cross. 2016-04-04 15:42:30 +02:00
SPIRV-Cross.vcxproj Hoist out parsing module from spirv_cross::Compiler. 2018-10-19 12:01:31 +02:00
SPIRV-Cross.vcxproj.filters Hoist out parsing module from spirv_cross::Compiler. 2018-10-19 12:01:31 +02:00