Difference between revisions of "Pixel shader guide"

From Winamp Developer Wiki
Jump to: navigation, search
(New page: '''Table of Contents''' == Pixel Shader Theory == * Pixel Shader Basics - textures, uv coordinates, color values * Advanced Pixel Shader Concepts - instructions, compiling, shader...)
(No difference)

Revision as of 14:49, 9 January 2009

Table of Contents

Pixel Shader Theory

Shader Effects

Preset Dissection

This section focuses on dissecting the shader code in a handful of presets to give a line-by-line description of what it does.