Expand description
The main types you want to look are are Painter
.
If you are writing an app, you may want to look at eframe
instead.
Feature flags
Re-exports
pub use glow;
pub use painter::CallbackFn;
pub use painter::Painter;
pub use winit::*;
Modules
- vao 🔒
Macros
- Check for OpenGL error and report it using
log::error
. - Check for OpenGL error and report it using
log::error
. - Profiling macro for feature “puffin”
- Profiling macro for feature “puffin”
Enums
- Helper for parsing and interpreting the OpenGL shader version.