spirv/nir: Add support for SPV_KHR_8bit_storage

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Jose Maria Casanova Crespo
2018-07-09 02:01:22 +02:00
parent f29c19cd5c
commit 0c01bf70e0
2 changed files with 7 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ struct spirv_supported_capabilities {
bool runtime_descriptor_array;
bool stencil_export;
bool atomic_storage;
bool storage_8bit;
};
typedef struct shader_info {