Added note on why hal update needed for STORAGE_READ_WRITE is blocked atm

This commit is contained in:
Andreas Reich
2021-01-06 17:59:53 +01:00
parent e29d17a13f
commit 30c96bfead

View File

@@ -287,7 +287,7 @@ impl<B: GfxBackend> Adapter<B> {
if texture_format_properties.contains(hal::format::ImageFeature::STORAGE_ATOMIC) {
flags |= wgt::TextureFormatFeatureFlags::STORAGE_ATOMICS;
}
// TODO: hal update
// TODO: Hal update required. This in turn is blocked by https://github.com/zakarumych/gpu-alloc/issues/33
//if texture_format_properties.contains(hal::format::ImageFeature::STORAGE_READ_WRITE) {
// flags |= wgt::TextureFormatFeatureFlags::STORAGE_READ_WRITE;
//}