Added image cube array.

This commit is contained in:
John Mitchell 2020-08-15 08:12:02 -04:00
parent 3146950cf7
commit 4cb50e8395

View File

@ -652,7 +652,8 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
| hal::Features::FRAGMENT_STORES_AND_ATOMICS
| hal::Features::NDC_Y_UP
| hal::Features::INDEPENDENT_BLENDING
| hal::Features::SAMPLER_ANISOTROPY;
| hal::Features::SAMPLER_ANISOTROPY
| hal::Features::IMAGE_CUBE_ARRAY;
let mut enabled_features = available_features & wishful_features;
if enabled_features != wishful_features {
tracing::warn!(