diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-10 17:51:28 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-10 17:51:28 +0200 |
| commit | 998fbdc5c028f57619e58bda69819d131692b800 (patch) | |
| tree | c6e6d8d9d77a4afbd6e98191ac80847c6c21873e /vendor/OpenGL | |
| parent | 7e7b6ac0de9f34dd8efd08a9c6f303bcd25ed1cc (diff) | |
Doc lines for vendor:*
Diffstat (limited to 'vendor/OpenGL')
| -rw-r--r-- | vendor/OpenGL/helpers.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/OpenGL/helpers.odin b/vendor/OpenGL/helpers.odin index 0bd8e451b..84e3eae81 100644 --- a/vendor/OpenGL/helpers.odin +++ b/vendor/OpenGL/helpers.odin @@ -1,3 +1,4 @@ +// OpenGL function pointer loader implemented in Odin. Supports the `core` profile up to version 4.6. package vendor_gl // Helper for loading shaders into a program |