diff options
Diffstat (limited to 'assets/shaders/cube.vert')
-rw-r--r-- | assets/shaders/cube.vert | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/shaders/cube.vert b/assets/shaders/cube.vert index dc625ec..fa9f85b 100644 --- a/assets/shaders/cube.vert +++ b/assets/shaders/cube.vert @@ -4,8 +4,7 @@ layout(binding = 0) uniform UniformBufferObject { mat4 model; mat4 view; mat4 proj; -} -ubo; +} ubo; layout(location = 0) in vec3 inPosition; layout(location = 1) in vec3 inNormal; |