KStocky / ShaderTestFramework

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

Support named Scenarios and Sections #40

Closed KStocky closed 2 months ago

KStocky commented 5 months ago

Is your feature request related to a problem? Please describe. Currently we can only identify scenarios and sections by the line that they appear on which is not great. However, this post demonstrates a method of handling strings in HLSL code hlsl printf So lets use that.

Describe the solution you'd like Use the technique described in hlsl printf to get this working. It might even allow me to write a TTL::string class