Module mini_gl_fb::core[][src]

Structs

The Framebuffer struct manages the framebuffer of a MGlFb window. Through this struct, you can update the size and content of the buffer. Framebuffers are usually obtained through MiniGlFb::glutin_breakout, but they’re also returned by init_framebuffer.

Contains internal OpenGL things.

Hides away the guts of the library.

Enums

Traits

Functions

Create the OpenGL resources needed for drawing to a buffer.

Create a context using glutin given a configuration.