mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 15:20:31 +01:00
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:
parent
14dab6b10c
commit
2c388c1d49
1 changed files with 1 additions and 0 deletions
|
|
@ -1581,6 +1581,7 @@ v3dv_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
||||||
MAX_INLINE_UNIFORM_BUFFERS,
|
MAX_INLINE_UNIFORM_BUFFERS,
|
||||||
.maxDescriptorSetUpdateAfterBindInlineUniformBlocks =
|
.maxDescriptorSetUpdateAfterBindInlineUniformBlocks =
|
||||||
MAX_INLINE_UNIFORM_BUFFERS,
|
MAX_INLINE_UNIFORM_BUFFERS,
|
||||||
|
.maxBufferSize = V3D_MAX_BUFFER_RANGE,
|
||||||
};
|
};
|
||||||
|
|
||||||
VkPhysicalDeviceVulkan12Properties vk12 = {
|
VkPhysicalDeviceVulkan12Properties vk12 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue