Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/png2/materials/programs/ToonShader_vs.vert @ 7259

Last change on this file since 7259 was 5701, checked in by rgrieder, 15 years ago

Added eol-style native to all text based files in the external data directory.

  • Property svn:eol-style set to native
File size: 45 bytes
Line 
1void main()
2{
3        gl_Position = ftransform();
4}
Note: See TracBrowser for help on using the repository browser.