SPIRV-Cross/reference/shaders-msl/vert
Bill Hollings 1c18078811 Enhancements to MSL compute and entry point naming.
Support Workgroup (threadgroup) variables.
Mark if SPIRConstant is used as an array length, since it cannot be specialized.
Resolve specialized array length constants.
Support passing an array to MSL function.
Support emitting GLSL array assignments in MSL via an array copy function.
Support for memory and control barriers.
Struct packing enhancements, including packing nested structs.
Enhancements to replacing illegal MSL variable and function names.
Add Compiler::get_entry_point_name_map() function to retrieve entry point renamings.
Remove CompilerGLSL::clean_func_name() as obsolete.
Fixes to types in bitcast MSL functions.
Add Variant::get_id() member function.
Add CompilerMSL::Options::msl_version option.
Add numerous MSL compute tests.
2017-11-05 21:34:42 -05: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 Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05:00
dynamic.flatten.vert Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05:00
functions.vert Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05: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 Enhancements to MSL compute and entry point naming. 2017-11-05 21:34:42 -05:00
ubo.vert Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00