diff options
| author | 0undefined <oscar@nelin.dk> | 2025-03-27 15:09:19 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-04-09 09:42:38 +0000 |
| commit | 0651aeb8f2c5d02a5dc23ac0254721c2a9609161 (patch) | |
| tree | e7705099e85972b64357c03b307ba9e5f67a24c7 /resources | |
| parent | 6714fc8b00c8a203e876b0ebcc9dd0a07a7c800e (diff) | |
Fix input size
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/quad.vert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/quad.vert b/resources/quad.vert index 7e5ead0..f73ad12 100644 --- a/resources/quad.vert +++ b/resources/quad.vert @@ -1,6 +1,6 @@ #version 330 core -layout(location = 0) in vec3 pos; +layout(location = 0) in vec2 pos; out vec3 fragColor; |
