#opengl #gl #api-bindings

gl11

基于gl-rs的OpenGL 1.1绑定

2个版本

0.1.1 2023年5月25日
0.1.0 2023年5月24日

#1015图形API

每月27次下载

Apache-2.0

8KB

gl11

Version License Downloads

使用 gl_generator 创建OpenGL 1.1绑定

[dependencies]
gl11 = "0.1"

用法

用法类似于 gl crate,但具有OpenGL 1.1函数。

查看如何使用GLFW绘制三角形的示例


lib.rs:

gl-rs 生成的OpenGL加载器。

这对于通过 GlDevice::with_gl 方法直接访问底层OpenGL API非常有用。它还被 GlDevice 实现内部使用。

无运行时依赖

~105KB