ShaderConductor icon indicating copy to clipboard operation
ShaderConductor copied to clipboard

Expose compiler options through command line tool

Open Slin opened this issue 5 years ago • 0 comments

I tried to come up with somewhat consistent parameter names, but please let me know if you have better proposals. One thing I am not happy about is the shader model version as two parameters, but using a string, splitting it up and turning the parts into ints would require additional error handling and just adds more complexity to this than I think it should.

I also changed the default value for the packMatricesInRowMajor compiler option, as the old one does not match HLSL default behavior.

Slin avatar Oct 08 '20 22:10 Slin