Closed danieledapo closed 9 months ago
I've not bothered exposing the glow version of the function for simplicity given that it's always possible to retrieve the glow::Context from eframe::Frame::gl(), but I do not have strong feelings against exposing it.
glow::Context
eframe::Frame::gl()
lgtm 👍🏻
I've not bothered exposing the glow version of the function for simplicity given that it's always possible to retrieve the
glow::Context
fromeframe::Frame::gl()
, but I do not have strong feelings against exposing it.