Crate egui_render_glow

source ·

Re-exports

Macros

  • opengl error checking flushes all commands and forces synchronization so, we should make this feature gated eventually and maybe use debug callbacks (on desktop atleast)

Structs

Constants

Functions

  • NOTE: egui coordinates are in logical window space with top left being [0, 0]. In opengl, bottom left is [0, 0]. so, we need to use bottom left clip-rect coordinate as x,y instead of top left.