dsource.org
Open Source Development for
the D Programming Language
Home
Projects
Forums
Tutorials
Site
vector2d
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Login
Help/Guide
About Trac
Search:
Last Change
Revision Log
root
/
trunk
/
vertex.glsl
View revision:
Revision
5
, 90 bytes (checked in by aliloko, 8 months ago)
First commit
Property
svn:executable
set to
*
Line
1
varying vec2 p;
2
3
void main() {
4
5
gl_Position = gl_Vertex;
6
p = gl_Vertex.xy;
7
8
}
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Original Format