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...)
 
Line 3: Line 3:
 
== Pixel Shader Theory ==
 
== Pixel Shader Theory ==
 
* [[Pixel Shader Basics]] - textures, uv coordinates, color values
 
* [[Pixel Shader Basics]] - textures, uv coordinates, color values
* [[Advanced Pixel Shader Concepts]] - instructions, compiling, shader versions, flow control
+
* [[Advanced Pixel Shader Concepts]] - instructions, compiling, shader versions, flow control, intrinsic functions
* [[Intrinsic Functions]] - list of functions available, some of which aren't in the preset authoring guide
+
 
  
 
== Shader Effects ==
 
== Shader Effects ==

Revision as of 19:27, 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.