spirv: Add support for MinLod

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Jason Ekstrand
2018-10-02 21:15:47 -05:00
parent e1ef6c3c29
commit caeffe7549
4 changed files with 16 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ struct spirv_supported_capabilities {
bool image_read_without_format;
bool image_write_without_format;
bool int64;
bool min_lod;
bool multiview;
bool variable_pointers;
bool storage_16bit;