KStocky / ShaderTestFramework

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

Investigate DXIL linking #34

Open KStocky opened 5 months ago

KStocky commented 5 months ago

Is your feature request related to a problem? Please describe. STF is currently a "Header only" library on the HLSL side. We might be able to improve shader compile times by making use of shader libraries

Describe the solution you'd like Have a look at this link and then see if we can implement that in STF. If we can, then we can profile if it improves compile times.