A set of classes to simplify Direct3D 11 shader management, constant buffer handling and resource binding.
SimpleShader supports the following shader types:
- Vertex
- Pixel
- Geometry
- Hull
- Domain
- Compute
For more details and example code, see the GitHub repo.