SPIRV-Cross/reference/opt/shaders-ue4/asm
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
..
frag MSL: Do not generate UnsafeArray<> for any array inside buffer objects. 2019-10-24 12:22:30 +02:00
tesc MSL: Declare arrays with proper type wrapper. 2019-10-26 17:57:34 +02:00
tese MSL: Declare arrays with proper type wrapper. 2019-10-26 17:57:34 +02:00
vert MSL: Do not generate UnsafeArray<> for any array inside buffer objects. 2019-10-24 12:22:30 +02:00