llvm / llvm-project

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

[HLSL] implement `SV_GroupID` semantic #70120

Open llvm-beanz opened 12 months ago

llvm-beanz commented 12 months ago

Implement the HLSL SV_GroupID semantic for entry parameter declarations:

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupid

AC:

lizhengxing commented 3 weeks ago

I'll work on this task.