ladybird/Userland/Libraries/LibGL
cflip b83181ef93 LibGL: Use buffers in vertex pointer functions and glDrawElements
Many of these functions will treat the 'pointer' parameter as an offset
into a buffer if one is currently bound.

This makes it possible to run ClassiCube with OpenGL 1.5 support!
2022-11-26 09:38:13 +01:00
..
Buffer LibGL: Add simple implementation of buffer objects 2022-11-26 09:38:13 +01:00
GL LibGL: Add simple implementation of buffer objects 2022-11-26 09:38:13 +01:00
Tex
Buffer.cpp LibGL: Add simple implementation of buffer objects 2022-11-26 09:38:13 +01:00
ClipPlane.cpp
CMakeLists.txt LibGL: Add simple implementation of buffer objects 2022-11-26 09:38:13 +01:00
ContextParameter.cpp
GLAPI.cpp
GLContext.cpp
GLContext.h LibGL: Add simple implementation of buffer objects 2022-11-26 09:38:13 +01:00
Image.cpp
Image.h
Lighting.cpp
List.cpp
Matrix.cpp
NameAllocator.cpp
NameAllocator.h
Stencil.cpp
Texture.cpp
Vertex.cpp LibGL: Use buffers in vertex pointer functions and glDrawElements 2022-11-26 09:38:13 +01:00