mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Fix doclinks
This commit is contained in:
@@ -23,7 +23,7 @@ pub struct FullOutput {
|
|||||||
|
|
||||||
/// The number of physical pixels per logical ui point, for the viewport that was updated.
|
/// 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,
|
pub pixels_per_point: f32,
|
||||||
|
|
||||||
/// All the active viewports, excluding the root.
|
/// All the active viewports, excluding the root.
|
||||||
|
|||||||
Reference in New Issue
Block a user