Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
var
/
initialization
/
function
/
matrix.wgsl.expected.hlsl
blob: ec24c8bec84fb776835495927a2d0e85c5a8a845 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float2x3 v
=
float2x3
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
v
;
return
;
}