diff options
Diffstat (limited to 'cwd/assets/altcraft/shaders/entity.json')
-rw-r--r-- | cwd/assets/altcraft/shaders/entity.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cwd/assets/altcraft/shaders/entity.json b/cwd/assets/altcraft/shaders/entity.json new file mode 100644 index 0000000..0b65c72 --- /dev/null +++ b/cwd/assets/altcraft/shaders/entity.json @@ -0,0 +1,10 @@ +{ + "vert": "/altcraft/shaders/vert/entity", + "frag": "/altcraft/shaders/frag/entity", + "uniforms": [ + "color", + "view", + "projection", + "model" + ] +}
\ No newline at end of file |