Function validate_image_bind_groups

Source
pub fn validate_image_bind_groups(
    image_bind_groups: ResMut<'_, ImageBindGroups>,
    events: ResMut<'_, ImageAssetEvents>,
)
Expand description

For each removed Image, remove the BindGroup in ImageBindGroups too.