Fix: No image GPU texture update for different requests #105547

Merged
Omar Emara merged 3 commits from OmarEmaraDev/blender:fix-no-update-for-multi-pass-gpu-textures into main 2023-03-21 14:57:24 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c44c68598d - Show all commits

View File

@ -365,6 +365,7 @@ static GPUTexture *image_get_gpu_texture(Image *ima,
ima->gpu_pass = requested_pass;
ima->gpu_layer = requested_layer;
ima->gpu_view = requested_view;
BKE_image_partial_update_mark_full_update(ima);
}
#undef GPU_FLAGS_TO_CHECK