Smol change

This commit is contained in:
CamilleLaVey
2026-08-03 18:38:53 -04:00
parent 67a54e7357
commit 751dd8546e
+2 -1
View File
@@ -416,7 +416,8 @@ FN_MAX_LIMIT_LIST
/// Returns true if descriptor aliasing is natively supported.
bool IsDescriptorAliasingSupported() const {
return GetDriverID() != VK_DRIVER_ID_QUALCOMM_PROPRIETARY;
return features.descriptor_indexing.descriptorBindingPartiallyBound &&
features.descriptor_indexing.descriptorBindingVariableDescriptorCount;
}
bool IsSampledImageArrayNonUniformIndexingSupported() const {