SPIRV-Cross/reference/opt/shaders-msl
Hans-Kristian Arntzen fa011f8547 MSL: Declare arrays with proper type wrapper.
Need to construct with value type spvUnsafeArray<T, N>({ elem0, elem1 })
to make array initialization work in complex scenarios.
2019-10-26 17:57:34 +02:00
..
amd Updates for pull request #1162 2019-09-24 14:35:25 -04:00
asm MSL: Declare arrays with proper type wrapper. 2019-10-26 17:57:34 +02:00
comp MSL: Declare arrays with proper type wrapper. 2019-10-26 17:57:34 +02:00
desktop-only MSL: Declare struct type explicitly. 2019-10-26 16:21:46 +02:00
flatten MSL: Do not generate UnsafeArray<> for any array inside buffer objects. 2019-10-24 12:22:30 +02:00
frag MSL: Fix array of array declaration. 2019-10-26 16:10:12 +02:00
intel Updates for pull request #1162 2019-09-24 14:35:25 -04:00
legacy/vert Updates for pull request #1162 2019-09-24 14:35:25 -04:00
tesc MSL: Declare arrays with proper type wrapper. 2019-10-26 17:57:34 +02:00
tese MSL: Declare struct type explicitly. 2019-10-26 16:21:46 +02:00
vert MSL: Do not declare array of UBO/SSBO as spvUnsafeArray<T>. 2019-10-26 16:10:08 +02:00
vulkan MSL: Do not generate UnsafeArray<> for any array inside buffer objects. 2019-10-24 12:22:30 +02:00