aboutsummaryrefslogtreecommitdiff
path: root/vendor/OpenGL/impl.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add vendor:zlib to examples/all; prefix vendor packages.Jeroen van Rijn2022-09-211-1/+1
|
* Add OpenGL bindless textures ARB api to vendorPhil2022-06-271-0/+44
|
* fix typo in TexImage3Dawwdev2022-04-291-1/+1
|
* replaced a few [^]u8 with cstringawwdev2022-04-291-3/+3
|
* Merge pull request #1230 from jockus/mastergingerBill2021-10-261-14/+14
|\ | | | | Convert all vendor:OpenGL functions taking GLboolean to bool
| * Convert all vendor:OpenGL functions taking GLboolean to bool, assert on bool ↵jockus2021-10-201-14/+14
| | | | | | | | type size matching sizeof(unsigned char) as per the C headers
* | Set `VertexAttribPointer` related calls to use `uintptr` instead of `rawptr` ↵gingerBill2021-10-131-4/+4
|/ | | | for the byte offset parameter
* 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 ↵gingerBill2021-08-231-24/+30
| | | | `DrawElementsIndirectCommand` data structures
* Remove dead proceduregingerBill2021-08-231-6/+0
|
* Remove space prefixgingerBill2021-08-231-84/+84
|
* Add `vendor:OpenGL`gingerBill2021-08-231-0/+1590
Based off a heavily modified version of: https://github.com/vassvik/odin-gl