SPIRV-Cross/reference/opt
Chip Davis 103817009c MSL: Force storage images on iOS to use discrete descriptors.
Writable textures cannot use argument buffers on iOS. They must be
passed as arguments directly to the shader function. Since we won't know
if a given storage image will have the `NonWritable` decoration at the
time we encode the argument buffer, we must therefore pass all storage
images as discrete arguments. Previously, we were throwing an error if
we encountered an argument buffer with a writable texture in it on iOS.
2019-09-05 11:01:05 -05:00
..
shaders Support the SPV_EXT_fragment_shader_interlock extension. 2019-09-02 12:31:10 -05:00
shaders-hlsl Support the SPV_EXT_fragment_shader_interlock extension. 2019-09-02 12:31:10 -05:00
shaders-msl MSL: Force storage images on iOS to use discrete descriptors. 2019-09-05 11:01:05 -05:00