mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-14 10:17:54 +00:00
GPU Vulkan: set correct destination usage mode for storage buffer read/write bindings (#13009)
This commit is contained in:
parent
3498412611
commit
c18aa99358
1 changed files with 1 additions and 1 deletions
|
|
@ -8158,7 +8158,7 @@ static void VULKAN_BeginComputePass(
|
|||
vulkanCommandBuffer,
|
||||
bufferContainer,
|
||||
storageBufferBindings[i].cycle,
|
||||
VULKAN_BUFFER_USAGE_MODE_COMPUTE_STORAGE_READ);
|
||||
VULKAN_BUFFER_USAGE_MODE_COMPUTE_STORAGE_READ_WRITE);
|
||||
|
||||
vulkanCommandBuffer->readWriteComputeStorageBuffers[i] = buffer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue