KStocky / ShaderTestFramework

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

Header guards #71

Closed KStocky closed 2 months ago

KStocky commented 2 months ago

PIX currently has a bug which means that you can't use Edit and Continue with #pragma once. So this pull request swaps out all uses of #pragma once for header guards. Also updated some documentation to make a note about this issue.

closes #46