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...)
 
(Cleaning up links to versghbddfoe.com)
 
(2 intermediate revisions by 2 users not shown)
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 ==

Latest revision as of 01:45, 26 February 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.