1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:17:44 +00:00

LibGL: Add stubs for shader and program related functions

This commit is contained in:
Stephan Unverwerth 2022-08-27 18:07:07 +02:00 committed by Andrew Kaster
parent 75495a5d65
commit 4568dcbb55
5 changed files with 123 additions and 0 deletions

View file

@ -10,6 +10,7 @@ set(SOURCES
List.cpp
Matrix.cpp
NameAllocator.cpp
Shader.cpp
Stencil.cpp
Tex/Texture2D.cpp
Texture.cpp