Issue 130232
Summary [DirectX] Resources in PSV0 need to be in a specific order to match validation
Labels backend:DirectX
Assignees
Reporter bogner
    DXC and the DXIL validator expect resources in a DX container to be specifically ordered CBuffers, Samplers, SRVs, and then UAVs. We currently do not match this order, which causes us to fail the validator if cbuffers, SRVs, and UAVs are all present in a shader.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to