Crate luminance_gl

Crate luminance_gl 

Source
Expand description

OpenGL backends.

This crate exportes OpenGL backends for luminance. This crate can be used via two mechanisms:

  • Automatically selected for you by luminance-front. This is the option you should probably go to in most of the cases, where you want the compiler to pick the backend type for you without caring too much about it.
  • Manually picked. In this case, you will want to browse the content of this crate to use a backend type.

Re-exports§

pub use gl33::GL33;

Modules§

gl33
OpenGL 3.3 backend.