HLSL pixel shaders
I’ve been trying to learn some HLSL (“HLSL is the High Level Shading Language for DirectX”), or at the very least use HLSL to create some new effects for use in Neon v2. Neon allows you to use real-time, hardware pixel shaders to manipulate each layer in the composition. Part of the problem has been [...]