aboutsummaryrefslogtreecommitdiff
path: root/vendor/OpenGL/wrappers.odin
Commit message (Expand)AuthorAgeFilesLines
* missed a spotMichael Lee2025-08-151-1/+1
* misnamed parameterMichael Lee2025-08-151-1/+1
* Imply `#no_capture` to all variadic parametersgingerBill2024-07-141-1/+1
* Add more uses of `#no_capture`gingerBill2024-07-141-1/+1
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-9/+9
* More style improvementsgingerBill2024-06-291-28/+14
* Avoid loop index shadowingiciuperca2024-04-091-4/+4
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Remove the use of `import` within `when`gingerBill2023-08-041-3/+5
* Add vendor:zlib to examples/all; prefix vendor packages.Jeroen van Rijn2022-09-211-1/+1
* Add GL_DEBUG config that falls back to ODIN_DEBUG to preserve previous behavi...Joakim Hentula2022-09-021-1/+1
* remove unneeded semicolonsPhil2022-06-281-2/+2
* Add OpenGL bindless textures ARB api to vendorPhil2022-06-271-0/+30
* fix typo in TexImage3Dawwdev2022-04-291-1/+1
* replaced a few [^]u8 with cstringawwdev2022-04-291-6/+6
* Remove unneeded semicolons from vendor:OpenGLgingerBill2021-11-211-1/+1
* Remove `#force_inline` from all wrappersgingerBill2021-11-211-1401/+1401
* Merge pull request #1230 from jockus/mastergingerBill2021-10-261-28/+30
|\
| * Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool ...jockus2021-10-201-28/+30
* | Set `VertexAttribPointer` related calls to use `uintptr` instead of `rawptr` ...gingerBill2021-10-131-8/+8
|/
* Update appropriate parameters to the corresponding boolean typesgingerBill2021-09-151-16/+16
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-111-3/+3
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-1400/+1400
* Strip unneeded semicolons from vendor librarygingerBill2021-08-311-17/+17
* Change to `[^][N]` to just `[^]`gingerBill2021-08-311-128/+128
* Change `[^][1]T` usage to `[^]T`gingerBill2021-08-241-16/+16
* Correct indentationgingerBill2021-08-241-10/+10
* More `[^][N]T` usage for `UniformNuiv`gingerBill2021-08-241-8/+8
* More `[^][N]T` usagegingerBill2021-08-241-16/+16
* Improve signatures for `[^][N*M]T` like matrix parametersgingerBill2021-08-241-114/+114
* Change some usages of `[^]T` to `^[N]T` where appropriategingerBill2021-08-241-140/+140
* Update more uses of `[^]T` typesgingerBill2021-08-231-92/+92
* Correct `int` to `i32` usagegingerBill2021-08-231-4/+4
* Add more indirect command structs to the procedure callsgingerBill2021-08-231-6/+6
* More corrections; Add `DrawArraysIndirectCommand` and `DrawElementsIndirectCo...gingerBill2021-08-231-62/+37
* Add `vendor:OpenGL`gingerBill2021-08-231-0/+1567