Sign in
dawn
/
dawn
/
91785d277b1d10c07ce7e0dc0d2fafbb57e2c159
/
.
/
test
/
var
/
initialization
/
function
/
matrix.wgsl.expected.hlsl
blob: 8427c53a32d4847f1bc0e7ae8a00ad2862ba204a [
file
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float2x3 v
=
float2x3
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
return
;
}