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