True if this bucket dispatches in the translucent sub-pass (single HDR attachment, alpha/additive blending) rather than the main HDR pass.
(self)
| 268 | /// (single HDR attachment, alpha/additive blending) rather than |
| 269 | /// the main HDR pass. |
| 270 | pub fn is_translucent(self) -> bool { |
| 271 | matches!(self, Bucket::Transparent | Bucket::Refractive | Bucket::Additive) |
| 272 | } |
| 273 | /// True if this bucket requires a SceneColor snapshot before it |
| 274 | /// runs. Only Refractive does today; future buckets (e.g. |
| 275 | /// VolumetricFog) may join. |
no outgoing calls
no test coverage detected