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

9 lines
137 B
HLSL

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