summaryrefslogtreecommitdiffstats
path: root/cwd/assets/altcraft/shaders/entity.json
blob: 0b65c72911c85d6d2d1d39efbc2e4b779a3774e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "vert": "/altcraft/shaders/vert/entity",
  "frag": "/altcraft/shaders/frag/entity",
  "uniforms": [
    "color",
    "view",
    "projection",
    "model"
  ]
}