diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-20 19:47:25 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-20 19:47:25 +1000 |
commit | 58a748dcd77d0caacc9d6ef7a7e7e073ac849ad3 (patch) | |
tree | 054108cf40ad4e9c147db4e8723485e72d9a7b98 /assets | |
parent | 0a984656f5fec68c90acc612b01f897918c0070b (diff) |
resize viewport and fix skybox
Diffstat (limited to 'assets')
-rw-r--r-- | assets/shaders/skybox.vert | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/shaders/skybox.vert b/assets/shaders/skybox.vert index 8db1f4f..6b56527 100644 --- a/assets/shaders/skybox.vert +++ b/assets/shaders/skybox.vert @@ -1,8 +1,8 @@ #version 410 core layout(location = 0) in vec3 inPosition; -layout(location = 1) in vec3 inNormal; -layout(location = 2) in vec2 inTexCoords; +// layout(location = 1) in vec3 inNormal; +// layout(location = 2) in vec2 inTexCoords; uniform Camera { mat4 view; |