1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/shaders/solid_tex.fp
Ykkrosh d295dacb9b # Add new renderer mode based on GL_ARB_fragment_program.
Change lighting model for new maps to allow better overbrightness.
Cache player colours instead of loading from scripts every time the
renderer wants them.

This was SVN commit r9123.
2011-03-26 20:17:21 +00:00

4 lines
71 B
GLSL

!!ARBfp1.0
TEX result.color, fragment.texcoord[0], texture[0], 2D;
END