Files
test/source/blender/gpu/vulkan
Jeroen Bakker fe18daacda Vulkan: Validation error when using de-interleaved vertex buffers
De-interleaved vertex buffers offsets the attribute in the buffer to
the de-interleaved position. The vertex attribute offset is limited by a
constrained and would raise an error when the buffers just a bit larger.

*VUID-VkVertexInputAttributeDescription-offset-00622*:  offset must
be less than or equal to `VkPhysicalDeviceLimits::maxVertexInputAttributeOffset`

This PR fixes this by offsetting the buffer in stead of the attribute.
Offsetting buffers is limited by the amount of memory.

Pull Request: https://projects.blender.org/blender/blender/pulls/128031
2024-09-23 15:10:57 +02:00
..
2024-09-23 11:18:24 +02:00
2024-06-20 11:34:19 +02:00
2024-08-20 11:27:33 +02:00
2024-08-20 11:27:33 +02:00
2024-06-20 11:34:19 +02:00
2024-09-06 11:55:36 +02:00
2024-08-19 15:37:48 +02:00
2024-06-20 11:34:19 +02:00
2024-06-20 11:34:19 +02:00
2024-08-20 11:27:33 +02:00
2024-08-20 11:27:33 +02:00
2024-08-19 15:37:48 +02:00
2024-08-19 15:37:48 +02:00
2024-06-20 11:34:19 +02:00
2023-11-14 11:12:19 +01:00
2023-11-14 11:12:19 +01:00
2023-11-14 11:12:19 +01:00
2024-01-01 00:43:09 +13:00