1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Fix doclinks in egui-wgpu docs (#4677)

This commit is contained in:
Emil Ernerfeldt
2024-06-19 11:26:26 +02:00
committed by GitHub
parent d23742cdb1
commit 159f8360fa
2 changed files with 17 additions and 19 deletions

View File

@@ -80,7 +80,7 @@ pub struct RenderState {
}
impl RenderState {
/// Creates a new `RenderState`, containing everything needed for drawing egui with wgpu.
/// Creates a new [`RenderState`], containing everything needed for drawing egui with wgpu.
///
/// # Errors
/// Wgpu initialization may fail due to incompatible hardware or driver for a given config.