KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

The Beginnings of Commands #8

Closed KStocky closed 11 months ago

KStocky commented 11 months ago

This change adds a lot of the basic d3d12 concepts like the Command Structures and Descriptor creation. It also did some cleaning up of file structure, as well as experimented with Exceptions vs Expected errors Exceptions are the way to go I feel for most things