1
0
Fork 0

Graphics: Remove Shader and ShaderProgram classes. they are combined into GfxDriver/ShaderProgram.

This commit is contained in:
Henrik Hautakoski 2022-09-18 13:56:37 +02:00
parent 82e08d0785
commit 81f3e1e399
5 changed files with 0 additions and 451 deletions

View file

@ -113,8 +113,6 @@ local graphics_module = Module("source/Graphics", {
"Renderable2D.cpp",
"Renderer2D.cpp",
"RenderState.cpp",
"Shader.cpp",
"ShaderProgram.cpp",
"Texture.cpp",
-- Text