![]() # Objective Both `Material` and `MaterialExtension` (base and extension) can derive Debug, so there's no reason to not allow `ExtendedMaterial` to derive it ## Solution - Describe the solution used to achieve the objective above. Add `Debug` to the list of derived traits ## Testing - Did you test these changes? If so, how? I compiled my test project on latest commit, making sure it actually compiles - How can other people (reviewers) test your changes? Is there anything specific they need to know? Create an ExtendedMaterial instance, try to `println!("{:?}", material);` Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com> |
||
---|---|---|
.. | ||
cluster | ||
deferred | ||
light | ||
light_probe | ||
lightmap | ||
meshlet | ||
prepass | ||
render | ||
ssao | ||
ssr | ||
volumetric_fog | ||
bundle.rs | ||
extended_material.rs | ||
fog.rs | ||
lib.rs | ||
material.rs | ||
parallax.rs | ||
pbr_material.rs | ||
wireframe.rs |