Cleanup: Use CPP Wrapper to Clear SSBO in Eevee-next. #105528

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:eevee-next-ssbo-clear-cleanup into main 2023-03-07 15:11:50 +01:00
1 changed files with 1 additions and 1 deletions

View File

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