Jelle Raaijmakers
|
62092a329d
|
LibGL: Make GLsizeiptr signed
The Khronos description of a "non-negative binary integer" does not mean
an unsigned type, just that it should not be negative.
|
2023-01-03 18:11:37 +01:00 |
|
Ben Wiederhake
|
a55360781b
|
LibGL: Move AK/Debug.h include to where it is used
|
2023-01-02 20:27:20 -05:00 |
|
Marcus Nilsson
|
f76c7f3788
|
LibGL: Generate GL_OUT_OF_MEMORY error in glBufferData when OOM
|
2022-12-07 11:46:37 +01:00 |
|
cflip
|
59df2e62ee
|
LibGL: Add simple implementation of buffer objects
For now, buffers are only implemented on the LibGL side, however in the
future buffer objects should be stored in LibGPU.
|
2022-11-26 09:38:13 +01:00 |
|
Jelle Raaijmakers
|
03258f4c96
|
LibGL: Add buffer API stubs
No implemented functionality, but this makes it easier to see if
software is using this family of functions.
|
2022-10-19 22:22:58 +02:00 |
|