Files
test/source/blender/gpu
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-09-11 18:26:34 +02:00
2024-09-11 18:37:42 +02:00
2024-08-03 11:06:17 +02:00
2024-09-23 11:18:24 +02:00
2024-08-30 16:03:44 +02:00