diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2017-09-17 17:50:36 +0200 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-01-13 03:39:31 +0100 |
commit | 94006e599c8d591096b768d1cd0c8b75eb763c45 (patch) | |
tree | e1464cabe071e62015a822e1e3f36af524bbc16c /cwd/shaders/simple.vs | |
parent | 2017-09-16 (diff) | |
download | AltCraft-94006e599c8d591096b768d1cd0c8b75eb763c45.tar AltCraft-94006e599c8d591096b768d1cd0c8b75eb763c45.tar.gz AltCraft-94006e599c8d591096b768d1cd0c8b75eb763c45.tar.bz2 AltCraft-94006e599c8d591096b768d1cd0c8b75eb763c45.tar.lz AltCraft-94006e599c8d591096b768d1cd0c8b75eb763c45.tar.xz AltCraft-94006e599c8d591096b768d1cd0c8b75eb763c45.tar.zst AltCraft-94006e599c8d591096b768d1cd0c8b75eb763c45.zip |
Diffstat (limited to '')
-rw-r--r-- | cwd/shaders/simple.vs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cwd/shaders/simple.vs b/cwd/shaders/simple.vs deleted file mode 100644 index 8c9f37f..0000000 --- a/cwd/shaders/simple.vs +++ /dev/null @@ -1,9 +0,0 @@ -#version 330 core - -uniform mat4 view; -uniform mat4 projection; -layout (location = 0) in vec3 position; - -void main(){ - gl_Position = vec4(position,1);//projection*view*vec4(position,1); -}
\ No newline at end of file |