llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
26.8k stars 10.98k forks source link

DirectX RootSignature parsing #55116

Open llvm-beanz opened 2 years ago

llvm-beanz commented 2 years ago

HLSL requires the RootSignature attribute and associated parsing and metadata encapsulation.

damyanp commented 3 months ago

Need to get agreement on how this will be represented in the AST. Answer will be in #83933 .