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

#469 in Graphics APIs

Download history 171/week @ 2023-10-23 199/week @ 2023-10-30 142/week @ 2023-11-06 143/week @ 2023-11-13 173/week @ 2023-11-20 244/week @ 2023-11-27 142/week @ 2023-12-04 162/week @ 2023-12-11 125/week @ 2023-12-18 185/week @ 2023-12-25 79/week @ 2024-01-01 170/week @ 2024-01-08 171/week @ 2024-01-15 133/week @ 2024-01-22 179/week @ 2024-01-29 85/week @ 2024-02-05

586 downloads per month
Used in 10 crates (7 directly)

BSD-3-Clause

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

~115KB