ShaderGen icon indicating copy to clipboard operation
ShaderGen copied to clipboard

Fixes #91

Open thargy opened this issue 5 years ago • 2 comments

Ensures path of hlsl.bytes file is returned on successful compilation via SharpDX. Further, it will fall back to trying to use FXC is SharpDX fails.

Also, centralizes logic for Process execution to make consistent and robust. Cleaned up error messages for consistency, and changed logic to prevent duplicate and unnecessary process execution on some platforms (so should improve execution speed).

NOTE: Have not been able to test on Mac as I don't have.

thargy avatar Jun 08 '19 14:06 thargy

Don't believe the CI fail is related to the changes.

thargy avatar Jun 08 '19 14:06 thargy