SPIRV-Cross/reference/shaders-msl
Hans-Kristian Arntzen b86bd0a265 Unpack expressions when used in functions on MSL.
OSX 10.14 broke (?) how overload resolution works,
so overloading e.g. dot(float3, packed_float3) no longer works.

Fix this by unpacking expressions before various func ops.
This fix might need to be applied elsewhere, but do so later if needed.
2018-06-11 10:56:45 +02:00
..
asm Add SREM tests for HLSL/MSL. 2018-05-24 10:34:36 +02:00
comp Fix image load/store on cube arrays in MSL. 2018-05-25 12:43:25 +02:00
desktop-only Use declared binding in SPIR-V as a fallback for explicit MSL binds. 2018-04-04 12:25:11 +02:00
flatten Deal with packed expressions in more scenarios. 2018-05-25 10:57:02 +02:00
frag Unpack expressions when used in functions on MSL. 2018-06-11 10:56:45 +02:00
legacy/vert CompilerMSL elide unused builtins from entry function input and output structs. 2017-05-24 09:31:38 -04:00
vert Deal with scoping for Private variables. 2018-05-16 10:49:30 +02:00
vulkan Declare OpSpecConstantOp up-front on relevant targets. 2018-05-15 14:20:16 +02:00