Use geometry shader for widgets.

This commit is contained in:
2021-07-11 14:47:39 +02:00
parent 2305180272
commit 87c60187bf
11 changed files with 90 additions and 48 deletions

View File

@@ -23,7 +23,8 @@
{
"unique_name": "menuProgram",
"vertexPath": "data/shaders/menu.vert",
"fragmentPath": "data/shaders/menu.frag"
"fragmentPath": "data/shaders/menu.frag",
"geometryPath": "data/shaders/menu.geom"
},
{
"unique_name": "directionalShadowDepthProgram",