We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07c44d commit 220b744Copy full SHA for 220b744
crates/bevy_pbr/src/transmission/phase.rs
@@ -33,7 +33,7 @@ pub struct Transmissive3d {
33
34
impl PhaseItem for Transmissive3d {
35
/// For now, automatic batching is disabled for transmissive items because their rendering is
36
- /// split into multiple steps depending on [`ScreenSpaceTransmission::screen_space_specular_transmission_steps`],
+ /// split into multiple steps depending on [`crate::ScreenSpaceTransmission::screen_space_specular_transmission_steps`],
37
/// which the batching system doesn't currently know about.
38
///
39
/// Having batching enabled would cause the same item to be drawn multiple times across different
0 commit comments