Update to latest SPIRV-Cross version.

MSL: Adjust gl_SampleMaskIn for sample-shading and/or fixed sample mask.
MSL: Fix setting SPIRVCrossDecorationInterpolantComponentExpr decoration.
MSL: Simplify spvSubgroupBallot().
This commit is contained in:
Bill Hollings 2021-07-22 11:03:52 -04:00
parent feb8d41444
commit 386bde9c78
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,10 @@ Released TBD
- Disable `VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT` for
`VK_FORMAT_E5B9G9R9_UFLOAT_PACK32` on macOS Apple Silicon.
- Support alpha-to-coverage without a color attachment.
- Update to latest SPIRV-Cross version:
- MSL: Adjust `gl_SampleMaskIn` for sample-shading and/or fixed sample mask.
- MSL: Fix setting `SPIRVCrossDecorationInterpolantComponentExpr` decoration.
- MSL: Simplify `spvSubgroupBallot()`.

View File

@ -1 +1 @@
9cdeefb5e322fc26b5fed70795fe79725648df1f
cd22336a38b7688056ae815c4372103373f2a186