Vulkan: Clearing Storage Buffers #105487

Merged
Jeroen Bakker merged 94 commits from Jeroen-Bakker/blender:vulkan-storage-buffer-clear into main 2023-03-17 13:48:50 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 57004af96e - Show all commits

View File

@ -233,7 +233,7 @@ void MotionBlurModule::render(View &view, GPUTexture **input_tx, GPUTexture **ou
tiles_tx_.acquire(tiles_extent, GPU_RGBA16F);
tile_indirection_buf_.clear_to_zero();
GPU_storagebuf_clear_to_zero(tile_indirection_buf_);
inst_.manager->submit(motion_blur_ps_, view);