|
@@ -23,7 +23,7 @@ namespace StdFs = std::filesystem;
|
|
|
// For large features or milestones. Minor version allows for breaking changes. Existing tests can change.
|
|
|
#define AZSLC_MINOR "8" // last change: introduction of class inheritance
|
|
|
// For small features or bug fixes. They cannot introduce breaking changes. Existing tests shouldn't change.
|
|
|
-#define AZSLC_REVISION "13" // last change: fix of static samplers in SRG get double emission
|
|
|
+#define AZSLC_REVISION "14" // last change: [5a1b711] Fixing order of multiple unbounded arrays when unique indices are used.
|
|
|
|
|
|
namespace AZ::ShaderCompiler
|
|
|
{
|