mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:27:36 +00:00
LibGL: Add Shader and Program class stubs
This commit is contained in:
parent
cd7d2c3446
commit
b975569a40
5 changed files with 126 additions and 0 deletions
|
@ -11,6 +11,8 @@ set(SOURCES
|
|||
Matrix.cpp
|
||||
NameAllocator.cpp
|
||||
Shader.cpp
|
||||
Shaders/Program.cpp
|
||||
Shaders/Shader.cpp
|
||||
Stencil.cpp
|
||||
Tex/Texture2D.cpp
|
||||
Texture.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue