Pixel Shader Giving Black output
- by Yashwinder
I am coding in C# using Windows Forms and the SlimDX API to show the effect of a pixel shader. When I am setting the pixel shader, I am getting a black output screen but if I am not using the pixel shader then I am getting my image rendered on the screen. I have the following C# code
using System;
using System.Collections.Generic;
using…