Files
test2/source/blender/gpu/vulkan
Jeroen Bakker 958ec9f37f Vulkan: Use Generic Buffer to Store DrawList Commands
Previously a storage buffer was used to store draw list commands as it
matches already existing APIs. Unfortunately StorageBuffers prefers to
be stored on the GPU device and would reduce the benefit of a dynamic
draw list.

This PR replaces the storage buffer with a regular buffer, which keeps
more control where to store the buffer.

Pull Request: https://projects.blender.org/blender/blender/pulls/117712
2024-02-01 10:03:47 +01:00
..
2023-11-14 11:12:19 +01:00
2023-11-14 11:12:19 +01:00
2023-11-24 15:23:46 +01:00
2023-11-20 14:08:19 +01:00
2023-10-14 13:53:00 +11:00
2023-09-19 11:52:59 +02:00
2023-11-24 13:28:09 +01:00
2024-01-11 11:41:35 +01: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
2024-01-01 00:43:09 +13:00
2024-01-12 14:28:50 +01:00
2024-01-12 14:28:50 +01:00
2023-11-14 11:12:19 +01:00
2023-11-27 09:30:52 +11:00