mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:48:11 +00:00
![]() According to the spec, enabling the client-side vertex array should behave as if `glVertex` is executed after all other states such as the normal, color, etc. have changed. We were not changing these states if the client-side vertex array was disabled which probably does not affect a lot of applications, but this seems like the correct thing to do. :^) |
||
---|---|---|
.. | ||
GL | ||
Tex | ||
Buffer.cpp | ||
ClipPlane.cpp | ||
CMakeLists.txt | ||
ContextParameter.cpp | ||
GLAPI.cpp | ||
GLContext.cpp | ||
GLContext.h | ||
Image.cpp | ||
Image.h | ||
Lighting.cpp | ||
List.cpp | ||
Matrix.cpp | ||
Stencil.cpp | ||
Texture.cpp | ||
Vertex.cpp |