Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/Shader_HS18/programs/GLSL/ToonShader_ps.glsl @ 12092

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

Reorganised shader programs

File size: 58 bytes
Line 
1void main()
2{
3        gl_FragColor = vec4(0.4, 0.4, 0.8, 1.0);
4}
Note: See TracBrowser for help on using the repository browser.