7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
groupshared float4 a[100];
|
|
|
|
void main(int dti : SV_DispatchThreadID)
|
|
{
|
|
dti;
|
|
}
|