Issue 139617
Summary [HLSL] Implicit resource bindings for cbuffer declarations
Labels HLSL
Assignees hekota
Reporter hekota
    Constant buffers defined with the `cbuffer` keyword do not have a constructor. Instead, the call to initialize the resource handle based on its binding is generated in codegen. This task is to add initialization of cbuffer handles when they do not have an explicit register binding.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to