nvk: Advertise minUniformBufferOffsetAlignment
Fixes a bunch of dEQP-VK.image.store.with_format.*_constant tests Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
committed by
Marge Bot
parent
152ded2b97
commit
933d487313
@@ -123,6 +123,7 @@ nvk_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
||||
.maxComputeWorkGroupSize = {1024, 1024, 64},
|
||||
.maxStorageBufferRange = UINT32_MAX,
|
||||
.nonCoherentAtomSize = 64,
|
||||
.minUniformBufferOffsetAlignment = NVK_MIN_UBO_ALIGNMENT,
|
||||
},
|
||||
|
||||
/* More properties */
|
||||
|
||||
Reference in New Issue
Block a user