summaryrefslogtreecommitdiffstats
path: root/cwd/assets/altcraft/shaders/sky.json
blob: 6e53db6f810874574603b2ea02e5e331f0cb3a6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "vert": "/altcraft/shaders/vert/sky",
  "frag": "/altcraft/shaders/frag/sky",
  "uniforms": [
    "view",
    "projection",
    "model",
    "textureAtlas",
    "DayTime",
    "sunTexture",
    "sunTextureLayer",
    "moonTexture",
    "moonTextureLayer"
  ]
}