41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"shaderPrograms": [
|
|
{
|
|
"unique_name": "defaultProgram",
|
|
"vertexPath": "res/shaders/basic.vert",
|
|
"fragmentPath": "res/shaders/basic.frag"
|
|
},
|
|
{
|
|
"unique_name": "lightProgram",
|
|
"vertexPath": "res/shaders/light.vert",
|
|
"fragmentPath": "res/shaders/light.frag"
|
|
},
|
|
{
|
|
"unique_name": "skyboxProgram",
|
|
"vertexPath": "res/shaders/skybox.vert",
|
|
"fragmentPath": "res/shaders/skybox.frag"
|
|
},
|
|
{
|
|
"unique_name": "postProcessingProgram",
|
|
"vertexPath": "res/shaders/postprocessing.vert",
|
|
"fragmentPath": "res/shaders/postprocessing.frag"
|
|
},
|
|
{
|
|
"unique_name": "menuProgram",
|
|
"vertexPath": "res/shaders/menu.vert",
|
|
"fragmentPath": "res/shaders/menu.frag"
|
|
},
|
|
{
|
|
"unique_name": "directionalShadowDepthProgram",
|
|
"vertexPath": "res/shaders/directionalShadowDepth.vert",
|
|
"fragmentPath": "res/shaders/directionalShadowDepth.frag"
|
|
},
|
|
{
|
|
"unique_name": "pointShadowDepthProgram",
|
|
"vertexPath": "res/shaders/pointShadowDepth.vert",
|
|
"fragmentPath": "res/shaders/pointShadowDepth.frag",
|
|
"geometryPath": "res/shaders/pointShadowDepth.geom"
|
|
}
|
|
]
|
|
}
|