* Update SPIRV libraries - Update `spirv-cross` - Update `spirv-tools` - Update `glslang` `spirv-tools` contains a fix for an issue we reported (unnecessary promotions to highp in certain expressions). * Add SPIRV-Tools dependency to matinfo
12 lines
144 B
Plaintext
12 lines
144 B
Plaintext
|
|
[numthreads(8,8,1)]
|
|
void main(uint3 tid : SV_DispatchThreadID )
|
|
{
|
|
}
|
|
|
|
[numthreads(1,4,8)]
|
|
void main_aux2(uint3 tid : SV_DispatchThreadID )
|
|
{
|
|
}
|
|
|