//! Shader cache key for the material decal compute pass.
use crate::;
/// Cache key for the decal compute pipeline.
///
/// MSAA + texture-pool dimensions matter (sampled-binding signatures
/// differ). The visibility texture is only used to look up
/// `receive_decals`, so the classify-style multisampled-vs-single
/// distinction is needed.