From 4abe781a0b3727942e3f023b647cb3ce34f1c127 Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Sun, 17 Jul 2022 10:26:49 -0700 Subject: [PATCH] microsoft/compiler: Support DXIL validator 1.6 Reviewed-by: Erik Faye-Lund Part-of: --- src/microsoft/compiler/nir_to_dxil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microsoft/compiler/nir_to_dxil.c b/src/microsoft/compiler/nir_to_dxil.c index d39ded45e52..01c332f4f1c 100644 --- a/src/microsoft/compiler/nir_to_dxil.c +++ b/src/microsoft/compiler/nir_to_dxil.c @@ -5793,7 +5793,7 @@ dxil_validator_can_validate_shader_model(unsigned sm_minor, unsigned val_minor) } static const unsigned dxil_validator_min_capable_version = DXIL_VALIDATOR_1_4; -static const unsigned dxil_validator_max_capable_version = DXIL_VALIDATOR_1_5; +static const unsigned dxil_validator_max_capable_version = DXIL_VALIDATOR_1_6; bool nir_to_dxil(struct nir_shader *s, const struct nir_to_dxil_options *opts,