Crate glutin_tao

source ·
Expand description

This library provides helpers for cross-platform glutin bootstrapping with winit.

Structs

  • The helper to perform Display creation and OpenGL platform bootstrapping with the help of winit with little to no platform specific code.

Enums

Traits

Functions

  • Finalize Window creation by applying the options from the Config, be aware that it could remove incompatible options from the window builder like transparency, when the provided config doesn’t support it.