1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Fix doclinks

This commit is contained in:
Emil Ernerfeldt
2023-11-15 16:55:47 +01:00
parent 4790a64812
commit 684b1664d9

View File

@@ -23,7 +23,7 @@ pub struct FullOutput {
/// The number of physical pixels per logical ui point, for the viewport that was updated.
///
/// You can pass this to [`Context::tesselate`] together with [`Self::shapes`].
/// You can pass this to [`crate::Context::tessellate`] together with [`Self::shapes`].
pub pixels_per_point: f32,
/// All the active viewports, excluding the root.