llvm / llvm-project

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

[DirectX backend] support size calculation for cbuffer layout #58381

Open python3kgae opened 2 years ago

python3kgae commented 2 years ago

Better set the size when lower cbuffer load so don't need to calculate the layout twice.

damyanp commented 3 months ago

@bogner to create an issue tracking the design of cbuffers. We need that done before we can refine this one.