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 88dc6e2 commit 1a63089Copy full SHA for 1a63089
src/render_helpers/snapshot.rs
@@ -49,7 +49,7 @@ where
49
) -> Option<&(GlesTexture, Rectangle<i32, Physical>)> {
50
if target.should_block_out(self.block_out_from) {
51
self.blocked_out_texture.get_or_init(|| {
52
- let _span = tracy_client::span!("RenderSnapshot::Texture");
+ let _span = tracy_client::span!("RenderSnapshot::texture");
53
54
let elements: Vec<_> = self
55
.blocked_out_contents
@@ -75,7 +75,7 @@ where
75
})
76
} else {
77
self.texture.get_or_init(|| {
78
79
80
81
.contents
0 commit comments