Skip to content

Latest commit

 

History

History

luminance-gl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

luminance-gl

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.