Module mini_gl_fb::core[][src]

Structs

Framebuffer

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.

FramebufferInternal

Contains internal OpenGL things.

Internal

Hides away the guts of the library.

Enums

BufferFormat

Traits

ToGlType

Functions

init_framebuffer

Create the OpenGL resources needed for drawing to a buffer.

init_glutin_context

Create a context using glutin given a configuration.