aboutsummaryrefslogtreecommitdiff
path: root/vendor/OpenGL/impl.odin
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1230 from jockus/mastergingerBill2021-10-261-14/+14
|\
| * Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool ...jockus2021-10-201-14/+14
* | Set `VertexAttribPointer` related calls to use `uintptr` instead of `rawptr` ...gingerBill2021-10-131-4/+4
|/
* Update appropriate parameters to the corresponding boolean typesgingerBill2021-09-151-9/+9
* Strip unneeded semicolons from vendor librarygingerBill2021-08-311-1430/+1430
* Change to `[^][N]` to just `[^]`gingerBill2021-08-311-65/+65
* Make `sync_t` `distinct`gingerBill2021-08-241-1/+1
* Change `[^][1]T` usage to `[^]T`gingerBill2021-08-241-8/+8
* More `[^][N]T` usage for `UniformNuiv`gingerBill2021-08-241-4/+4
* More `[^][N]T` usagegingerBill2021-08-241-8/+8
* Improve signatures for `[^][N*M]T` like matrix parametersgingerBill2021-08-241-57/+57
* Change some usages of `[^]T` to `^[N]T` where appropriategingerBill2021-08-241-73/+73
* Update more uses of `[^]T` typesgingerBill2021-08-231-54/+54
* Correct `int` to `i32` usagegingerBill2021-08-231-2/+2
* Add more indirect command structs to the procedure callsgingerBill2021-08-231-16/+22
* More corrections; Add `DrawArraysIndirectCommand` and `DrawElementsIndirectCo...gingerBill2021-08-231-24/+30
* Remove dead proceduregingerBill2021-08-231-6/+0
* Remove space prefixgingerBill2021-08-231-84/+84
* Add `vendor:OpenGL`gingerBill2021-08-231-0/+1590