Issue 138274
Summary [HLSL][SPIRV] Implement CBuffers in CommonSPIRTargetCodeGenInfo::getHLSLType
Labels HLSL, backend:SPIR-V
Assignees s-perron
Reporter s-perron
    At this time, if you use a CBuffer in your HLSL code while targeting SPIR-V, there will be an error. The SPIR-V type for a CBuffer has not been implemented yet. This should be implemented according to the [design doc](https://github.com/llvm/wg-hlsl/blob/main/proposals/0018-spirv-resource-representation.md).
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to