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
[Bug] Add COMPARISON_NONE; fix the error message related to it (#8245)
### Bug Description
Regarding the sampler descriptions, I found two issues:
1. D3D12_COMPARISON_FUNC_NONE should be added; it is a valid value for
the non-comparison samplers.
2. The error message should be revised; the original one shows
"**Unexpected texture address mode value**", which is confusing.
### Comments
1. D3D12_COMPARISON_FUNC_NONE is a valid enumerator. It's listed in
d3d12.h.
2. I verified this value by PIX; the result shown below confirmed my
expectation.
<img width="491" height="335" alt="image"
src="https://github.com/user-attachments/assets/ebaf3b97-b62e-4892-b9d9-80e4241998c3"
/>
0 commit comments