37 releases
0.19.1 | Apr 13, 2022 |
---|---|
0.19.0 | Dec 31, 2021 |
0.18.0 | Nov 26, 2021 |
0.17.0 | Jun 29, 2021 |
0.5.1 | Jul 22, 2016 |
#1000 in Graphics APIs
162 downloads per month
Used in 10 crates
(7 directly)
455KB
9K
SLoC
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.
lib.rs
:
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.
Dependencies
~120KB