source:
data/data_extern/programs/GLSL120/PassthroughVP.glsl
@
12188
| Last change on this file since 12188 was 12115, checked in by wiesep, 7 years ago | |
|---|---|
| File size: 161 bytes | |
| Line | |
|---|---|
| 1 | uniform mat4 WorldViewProj; |
| 2 | attribute vec4 vertex; |
| 3 | |
| 4 | |
| 5 | void main() |
| 6 | { |
| 7 | // Transform the vertex (ModelViewProj matrix). |
| 8 | gl_Position = WorldViewProj*vertex; |
| 9 | } |
Note: See TracBrowser
for help on using the repository browser.










