Issue 154221
Summary [HLSL] Make resource constructors private
Labels new issue
Assignees
Reporter hekota
    Resource constructors for explicit and implicit binding should never really need to be explicitly called by the user and we should make them private. Binding information should only be specified via `register` annotation or `[[vk::binding]]` attribute. The default and copy constructors should remain public.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to