blob: 00e5fe4baf9835b98f44c70e8ceee8675e3c4ce0 [file] [log] [blame]
[numthreads(1, 1, 1)]
void main() {
float3x3 m = float3x3(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f);
const float3 v = m[1];
const float f = v[1];
return;
}