A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9


Vertex and Fragment Programs / Shaders - A vertex shader / program is small program, generally written in ASM, -GLSL, -Cg, or HLSL, that performs per-vertex operations on a -mesh. A pixel shader / program is similar, except that it operates on the pixels in a -texture instead of on the vertices in a mesh. These programs run on the -GPU instead of on the -CPU.