Skip to content

KStocky/ShaderTestFrameworkExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShaderTestFrameworkExamples

Example project that demonstrates how to set up a project to use Shader Test Framework

Getting Started

This should be enough to grab the repo and build everything provided you have a recent install of Visual Studio 2022 and CMake.

$ git clone https://github.com/KStocky/ShaderTestFrameworkExamples
$ cd ShaderTestFrameworkExamples
$ cmake --workflow --preset VS2022Build

From there you can run the example project and having a look through the CMakeLists.txt to see how you might make use of Shader Test Framework in your own projects.

There is also a much more in depth tutorial. This describes the requirements in detail, then takes you through how to include the framework in your project, and then how to write tests for your shader code.

About

Example projects that show how to use Shader Test Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published