mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Fix doclinks
This commit is contained in:
@@ -26,10 +26,7 @@ use wgpu::util::DeviceExt as _;
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// See the [custom3d_wgpu] demo source for a detailed usage example.
|
||||
///
|
||||
/// [custom3d_wgpu]:
|
||||
/// https://github.com/emilk/egui/blob/master/egui_demo_app/src/apps/custom3d_wgpu.rs
|
||||
/// See the [`custom3d_glow`](https://github.com/emilk/egui/blob/master/egui_demo_app/src/apps/custom3d_wgpu.rs) demo source for a detailed usage example.
|
||||
pub struct CallbackFn {
|
||||
prepare: Box<PrepareCallback>,
|
||||
paint: Box<PaintCallback>,
|
||||
|
||||
@@ -76,10 +76,7 @@ pub struct Painter {
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// See the [custom3d_glow] demo source for a detailed usage example.
|
||||
///
|
||||
/// [custom3d_glow]:
|
||||
/// https://github.com/emilk/egui/blob/master/egui_demo_app/src/apps/custom3d_wgpu.rs
|
||||
/// See the [`custom3d_glow`](https://github.com/emilk/egui/blob/master/egui_demo_app/src/apps/custom3d_wgpu.rs) demo source for a detailed usage example.
|
||||
pub struct CallbackFn {
|
||||
f: Box<dyn Fn(PaintCallbackInfo, &Painter) + Sync + Send>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user