source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/IllumDemo/bin/res/levelutil/shader/prog/ogl_glsl/comic_ogl_glsl_fs1x0.s3d_shadercode_run @ 2196

Revision 2196, 601 bytes checked in by szirmay, 17 years ago (diff)
Line 
1///////////////////////////////////////////////////////////////////////////////
2//
3//      ##  ######
4//       ######  ###
5//  ## ###############        Shark 3D Engine (www.shark3d.com)
6//   ########## # # #
7//    ########                Copyright (c) 1996-2006 Spinor GmbH.
8//   ######### # # #          All rights reserved.
9//  ##   ##########
10//      ##
11//
12///////////////////////////////////////////////////////////////////////////////
13
14uniform sampler2D tex0;
15
16void main (void)
17{
18    vec4 texCol = texture2D(tex0, vec2(gl_TexCoord[0]));
19    gl_FragColor = texCol * gl_Color;
20}
Note: See TracBrowser for help on using the repository browser.