You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ clang-dxc -enable-16bit-types -T cs_6_4 -Fo x.o x.hlsl
error: Container part 'Feature Info' does not match expected for module.
Validation failed.
clang-dxc: error: dxv command failed with exit code 1 (use -v to see invocation)
This looks like a problem with NativeLowPrecision vs UseNativeLowPrecision in DXContainerConstants.def
The text was updated successfully, but these errors were encountered:
Before this change (e66b731) I was seeing error: Container part 'Feature Info' does not match expected for module. 2499 times. After this change I now only see 221 cases.
If we build any shader with
clang-dxc -enable-16bit-types
, we fail the validator.Given
x.hlsl
:We see:
This looks like a problem with
NativeLowPrecision
vsUseNativeLowPrecision
inDXContainerConstants.def
The text was updated successfully, but these errors were encountered: