• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2[numthreads(8,8,1)]
3void main(uint3 tid : SV_DispatchThreadID )
4{
5}
6
7[numthreads(1,4,8)]
8void main_aux2(uint3 tid : SV_DispatchThreadID )
9{
10}
11
12