Issue 135907
Summary [HLSL] Consider an off by default warning for implicit bindings
Labels HLSL
Assignees
Reporter bogner
    It can be quite easy to miss a binding or two when using explicit bindings, so it would be helpful to users if they could opt in to a warning if they mess up and have a few implicit bindings sprinkled into their shaders unintentionally.

We should consider adding a warning `-Whlsl-implicit-binding` that points out any implicit bindings in compiled shaders.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to