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

9 lines
149 B
HLSL

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