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

9 lines
149 B
HLSL

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