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.
pub fn validate_image_bind_groups(
image_bind_groups: ResMut<'_, ImageBindGroups>,
events: ResMut<'_, ImageAssetEvents>,
)For each removed Image, remove the BindGroup in ImageBindGroups too.