mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
eframe: Use NativeOptions::AppId for the persistance location (#3014)
* eframe: Use NativeOptions::AppId for the persistance location * Fix doclinks * Fix typo in docs Closes https://github.com/emilk/egui/issues/3003
This commit is contained in:
@@ -15,6 +15,7 @@ use crate::misc_util::{compile_shader, link_program};
|
||||
use crate::shader_version::ShaderVersion;
|
||||
use crate::vao;
|
||||
|
||||
/// Re-exported [`glow::Context`].
|
||||
pub use glow::Context;
|
||||
|
||||
const VERT_SRC: &str = include_str!("shader/vertex.glsl");
|
||||
|
||||
Reference in New Issue
Block a user