mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
radv: set maxVertexInputAttributeOffset to UINT32_MAX
this is what amdvlk uses Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10827>
This commit is contained in:
parent
1e9dc0474e
commit
ceb7225057
1 changed files with 1 additions and 1 deletions
|
|
@ -1720,7 +1720,7 @@ radv_GetPhysicalDeviceProperties(VkPhysicalDevice physicalDevice,
|
|||
.maxDescriptorSetInputAttachments = max_descriptor_set_size,
|
||||
.maxVertexInputAttributes = MAX_VERTEX_ATTRIBS,
|
||||
.maxVertexInputBindings = MAX_VBS,
|
||||
.maxVertexInputAttributeOffset = 2047,
|
||||
.maxVertexInputAttributeOffset = UINT32_MAX,
|
||||
.maxVertexInputBindingStride = 2048,
|
||||
.maxVertexOutputComponents = 128,
|
||||
.maxTessellationGenerationLevel = 64,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue