bors[bot] on master
Add RichDescriptorType, subtype… Enable serde for new types Update all backends, examples, … and 3 more (compare)
bors[bot] on staging.tmp
bors[bot] on staging
Add RichDescriptorType, subtype… Enable serde for new types Update all backends, examples, … and 3 more (compare)
bors[bot] on staging.tmp
Add RichDescriptorType, subtype… Enable serde for new types Update all backends, examples, … and 3 more (compare)
bors[bot] on staging.tmp
[ci skip][skip ci][skip netlify] (compare)
GlProvider
trait, I can only implement it for Glfw
, but we have a Window
, not the context.... And the reason we are not capturing the whole context is because we want to leave event management to the user (which makes perfect sense). Piston doesn't have this problem since they are managing events internally, so they are just capturing the whole thing...