Skip to content

Commit 35bbbf1

Browse files
committed
Updates README a bit
1 parent 2f807a8 commit 35bbbf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ pub fn load(load_ctx: anytype, get_proc_address: fn(@TypeOf(load_ctx), [:0]const
1212
```
1313
This function will load all OpenGL entry points with the help of `get_proc_address`. It receives the `load_ctx` as well as the function name.
1414

15+
## Pregenerated Loaders
16+
17+
This repository contains pre-generated bindings for all extension-free OpenGL versions.
18+
1519
## Example
1620

1721
This example uses [ZWL](https://github.com/Aransentin/ZWL/) by @Aransentin.

0 commit comments

Comments
 (0)