mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-16 05:21:22 +00:00
Smol change
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user