1[numthreads(1, 1, 1)] 2void main() { 3 float2x3 v = float2x3(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f); 4 return; 5} 6