v3dv: set maxBufferSize property
Included since KHR_maintenance4 and Vulkan 1.3. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18246>
This commit is contained in:
committed by
Marge Bot
parent
14dab6b10c
commit
2c388c1d49
@@ -1581,6 +1581,7 @@ v3dv_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
||||
MAX_INLINE_UNIFORM_BUFFERS,
|
||||
.maxDescriptorSetUpdateAfterBindInlineUniformBlocks =
|
||||
MAX_INLINE_UNIFORM_BUFFERS,
|
||||
.maxBufferSize = V3D_MAX_BUFFER_RANGE,
|
||||
};
|
||||
|
||||
VkPhysicalDeviceVulkan12Properties vk12 = {
|
||||
|
||||
Reference in New Issue
Block a user