source:
data/branches/Shader_HS18/programs/GLSL150/AtomicVS.glsl
@
12292
Last change on this file since 12292 was 12115, checked in by wiesep, 6 years ago | |
---|---|
File size: 146 bytes |
Line | |
---|---|
1 | #version 150 |
2 | |
3 | in vec4 vertex; |
4 | |
5 | uniform mat4 WorldViewProj; |
6 | |
7 | void main() |
8 | { |
9 | //gl_Position = WorldViewProj * vertex; |
10 | gl_Position = vertex; |
11 | } |
Note: See TracBrowser
for help on using the repository browser.