From e00fef5b69b53bf110ad498c673b8a102e949b1e Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Wed, 27 Apr 2022 15:02:14 -0400 Subject: [PATCH] Update to latest SPIRV-Cross. MSL: Emit interface block members of array length 1 as arrays instead of scalars. --- Docs/Whats_New.md | 2 ++ ExternalRevisions/SPIRV-Cross_repo_revision | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Docs/Whats_New.md b/Docs/Whats_New.md index ea56077d..1cc7404b 100644 --- a/Docs/Whats_New.md +++ b/Docs/Whats_New.md @@ -26,6 +26,8 @@ Released TBD - Fix error where previously bound push constants can override a descriptor buffer binding used by a subsequent pipeline that does not use push constants. - Support attachment clearing when some clearing formats are not specified. +- Update to latest SPIRV-Cross: + - MSL: Emit interface block members of array length 1 as arrays instead of scalars. diff --git a/ExternalRevisions/SPIRV-Cross_repo_revision b/ExternalRevisions/SPIRV-Cross_repo_revision index 777346a0..57af954a 100644 --- a/ExternalRevisions/SPIRV-Cross_repo_revision +++ b/ExternalRevisions/SPIRV-Cross_repo_revision @@ -1 +1 @@ -0d4ce028bf8b8a94d325dc1e1c20446153ba19c4 +c52333b984c529f92f0c33e3a0ef01d1322c8a07