Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/Shader_HS18/programs/Example/GLSL/PassthroughVP.glsl @ 12083

Last change on this file since 12083 was 12083, checked in by wiesep, 5 years ago

Reorganised shader programs

File size: 168 bytes
Line 
1void main()                                                                                                                                                                     
2{                                                                                                                                                                                       
3        //Transform the vertex (ModelViewProj matrix)                                                                                   
4        gl_Position = ftransform();                                                                                                                             
5}
Note: See TracBrowser for help on using the repository browser.