mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
GPU Vulkan: set correct destination usage mode for storage buffer read/write bindings (#13009)
This commit is contained in:
parent
c6e9d6cc79
commit
2ae3418260
1 changed files with 1 additions and 1 deletions
|
|
@ -8157,7 +8157,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