Derive Debug
for BloomCompositeMode
(#11041)
# Objective - API guidelines recommend that every type should implement `Debug` where possible. ## Solution - Do that.
This commit is contained in:
parent
ba0f8f996f
commit
37e80745d2
@ -175,7 +175,7 @@ pub struct BloomPrefilterSettings {
|
|||||||
pub threshold_softness: f32,
|
pub threshold_softness: f32,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Reflect, PartialEq, Eq, Hash, Copy)]
|
#[derive(Debug, Clone, Reflect, PartialEq, Eq, Hash, Copy)]
|
||||||
pub enum BloomCompositeMode {
|
pub enum BloomCompositeMode {
|
||||||
EnergyConserving,
|
EnergyConserving,
|
||||||
Additive,
|
Additive,
|
||||||
|
Loading…
Reference in New Issue
Block a user