rogl

Crates.iorogl
lib.rsrogl
version0.2.1
sourcesrc
created_at2022-03-27 06:47:28.805798
updated_at2022-04-02 19:58:10.789909
descriptionRust GL library (rogl): A complete gl binding built for Rust.
homepagehttps://github.com/pollend/rogl.git
repositoryhttps://github.com/pollend/rogl
max_upload_size
id557179
size4,446,325
Michael Pollind (pollend)

documentation

README

rogl

Rust GL library (rogl): A complete gl binding built for Rust.

Overview

  • generated from gl.xml
  • supports OpenGL versions 1.0,1.1,1.2,1.3,1.4,1.5,2.0,2.1,3.0,3.1,3.2,3.3,4.0,4.1,4.2,4.3,4.4,4.5,4.6
  • supports OpenGLES versions 1.0, 2.0, 3.0, 3.1, 3.2
  • No validation, everything is unsafe
  • features are used to prevent including old API's that are unused. Allows for a smaller OpenGL.

License

This project is licensed under Apache License, Version 2.0

Commit count: 37

cargo fmt