Module glium::backend::glutin

source ·
Expand description

Backend implementation for the glutin library

Features

Only available if the ‘glutin’ feature is enabled.

Re-exports

Structs

  • Wraps a glutin context together with the corresponding Surface. This is necessary so that we can swap buffers and determine the framebuffer size within glium.
  • A GL context combined with a facade for drawing upon.
  • An implementation of the Backend trait for glutin.
  • Builder to simplify glium/glutin context creation.

Enums