A program running on one of the last stages of the pipeline in a graphics card. Geometry information (usually vertex information) from the earlier stages of the pipeline goes through the rasterizer stage and becomes input to the pixel shader which then generates a single color value as output - the color of the pixel that will be put on the screen.
Stats
created |
8 months ago |
viewed |
2 times |
editors |
0 |
Recent Hot Answers
GLSL - one-pass gaussian blurWhat rendering techniques would I use to draw a drop shadow effect for cards in a card game?
Do I lose/gain performance for discarding pixels even if I don't use depth testing?
XNA - Getting HLSL pixel of current render target?
Outline sprites
more »
Related Tags
hlsl × 22shaders × 12
xna × 12
xna-4.0 × 10
directx × 6
c# × 6
glsl × 4
textures × 3
directx11 × 3
blending × 3
effects × 3
antialiasing × 3
2d × 3
opengl × 3
cg × 2
alpha × 2
opengl-es2 × 2
sharpdx × 2
graphics × 2
actionscript-3 × 2
normal-mapping
gpu
algorithm
flashdevelop
old-school