I am needing to write some 2D shaders (not 3D, so no vertex shader code or any of that) in HLSL, but have a lot of trouble finding good tutorials. Do you have any resources I can use?

link|improve this question

What about GLSL shaders ? – 0x69 Sep 2 '10 at 7:14
feedback

1 Answer

An Introduction to HLSL made by stromdotcom is OK!

http://www.stromcode.com/2008/04/02/an-introduction-to-hlsl-part-i/

http://www.stromcode.com/2008/04/03/an-introduction-to-hlsl-part-ii/

Introduction to the DirectX® 9 High Level Shading Language is a must-read:

http://developer.amd.com/media/gpu_assets/ShaderX2_IntroductionToHLSL.pdf

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.