source:
data/branches/Shader_HS18/programs/Example/GLSL150/AtomicVS.glsl
@
12091
| Last change on this file since 12091 was 12091, checked in by wiesep, 7 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.










