source:
data/branches/Shader_HS18/programs/Example/GLSL150/PassthroughVP.glsl
@
12091
| Last change on this file since 12091 was 12083, checked in by wiesep, 7 years ago | |
|---|---|
| File size: 184 bytes | |
| Line | |
|---|---|
| 1 | #version 150 |
| 2 | |
| 3 | void main() |
| 4 | { |
| 5 | //Transform the vertex (ModelViewProj matrix) |
| 6 | gl_Position = ftransform(); |
| 7 | } |
Note: See TracBrowser
for help on using the repository browser.










