dawn-cmake/test/tint/expressions/zero_init/mat2x2/f32.wgsl.expected.hlsl

9 lines
123 B
HLSL

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
float2x2 v = float2x2((0.0f).xx, (0.0f).xx);
}