microsoft/compiler: Support DXIL validator 1.6

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17603>
This commit is contained in:
Jesse Natalie 2022-07-17 10:26:49 -07:00 committed by Marge Bot
parent 9dbaece312
commit 4abe781a0b
1 changed files with 1 additions and 1 deletions

View File

@ -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,