SPIRV-Cross/reference/shaders-msl/vert
Bill Hollings f591bc0d4a CompilerMSL enhancements.
Support BuiltInFragDepth.
Emit interface block for StorageClassUniformConstant.
Throw exception when output or fragment input structs contain matrix or array.
Dynamically created interface structs sorted by location number instead of alphabetically.
Add Compiler::is_array() function.
2017-06-30 19:10:46 -04:00
..
basic.vert CompilerMSL elide unused builtins from entry function input and output structs. 2017-05-24 09:31:38 -04:00
copy.flatten.vert Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
dynamic.flatten.vert Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
functions.vert CompilerMSL enhancements. 2017-06-30 19:10:46 -04:00
out_block.vert CompilerMSL enhancements. 2017-06-30 19:10:46 -04:00
pointsize.vert Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
texture_buffer.vert CompilerMSL elide unused builtins from entry function input and output structs. 2017-05-24 09:31:38 -04:00
ubo.alignment.vert CompilerMSL enhancements. 2017-06-30 19:10:46 -04:00
ubo.vert Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00