Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #91 #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixes #91 #95

wants to merge 1 commit into from

Conversation

thargy
Copy link
Contributor

@thargy thargy commented Jun 8, 2019

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.

…essful compilation via SharpDX. Further, it will fall back to trying to use FXC is SharpDX fails.

Also, centralises logic for Process execution to make consistent and robust.  Cleaned up error messages for consistency, and changed logic to prevent duplicate and unecessary process execution on some platforms (so should improve execution speed).
@thargy
Copy link
Contributor Author

thargy commented Jun 8, 2019

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

@PaperPrototype
Copy link

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.

I can test on Mac, not exactly sure what I need to do though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants