History: -Pixel Shader
Source of version: 6 (current)
Copy to clipboard
{INCLUDE(page="ogrelex ext tpl")/}
---
__Pixel Shader__ (also Fragment Shader) - A small program, generally written in {LEX()}Assembly language{LEX}, {LEX()}Cg{LEX}, {LEX()}GLSL{LEX} or {LEX()}HLSL{LEX}, that performs per-pixel operations on a {LEX()}texture{LEX}. This program runs on the {LEX()}GPU{LEX} instead of on the {LEX()}CPU{LEX}.
{WIKIPEDIA()/}
---
Alias: (alias(Pixel_Shader))