source:
network-game/graphics_library/SimpleVertexShader.vertexshader@
347d768
| Last change on this file since 347d768 was 2ce5154, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 163 bytes | |
| Rev | Line | |
|---|---|---|
| [2ce5154] | 1 | #version 330 core |
| 2 | ||
| 3 | layout(location = 0) in vec3 vertexPosition_modelspace; | |
| 4 | ||
| 5 | void main() { | |
| 6 | gl_Position.xyz = vertexPosition_modelspace; | |
| 7 | gl_Position.w = 1.0; | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)