Collection
zero Useful+1
zero

Pixel Shader

Drafting terminology
Pixel rendering can functionally replace the traditional multi texture stage, which is behind the rasterization stage. It starts from the Raster, Vertex Renderer application program , texture mapping data
Chinese name
Pixel Shader
Type
Drafting terminology
The calculation result of the pixel renderer can be written into a Render Target , and then set the rendering target as the input texture for subsequent rendering. This technique is called rendering to target. The pixel renderer usually outputs a value of type float4. If the pixel renderer renders several render targets at the same time, it can output up to four float4 values. This technique is called multiple render targets.