-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Allow Tests to Use FXC #6754
Copy link
Copy link
Open
Labels
area: testsImprovements or issues with our test suiteImprovements or issues with our test suitebackend: dx12Issues with DX12 or DXGIIssues with DX12 or DXGIexternal: fxc issueIssues with the FXC HLSL compilerIssues with the FXC HLSL compilertype: enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
area: testsImprovements or issues with our test suiteImprovements or issues with our test suitebackend: dx12Issues with DX12 or DXGIIssues with DX12 or DXGIexternal: fxc issueIssues with the FXC HLSL compilerIssues with the FXC HLSL compilertype: enhancementNew feature or requestNew feature or request
Context: FXC is the old, buggy, unsupported HLSL compiler. DXC is it's open source replacement that is maintained. We still need to use FXC though.
Some tests can fail when running under fxc, and there likely should be some mechanism for adding an fxc permutation to the tests.