Crate egui_glow

Source
Expand description

egui bindings for glow.

The main type you want to look at is Painter.

If you are writing an app, you may want to look at eframe instead.

§Feature flags

Re-exports§

pub use painter::CallbackFn;
pub use painter::Painter;
pub use painter::PainterError;
pub use glow;

Modules§

painter

Macros§

check_for_gl_error
Check for OpenGL error and report it using log::error.
check_for_gl_error_even_in_release
Check for OpenGL error and report it using log::error.

Enums§

ShaderVersion
Helper for parsing and interpreting the OpenGL shader version.