Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTestMiscInstruction_OpUndef_InFunction_Matrix.spvasm.expected.wgsl
blob: 8a02cce9cdc6e20b8c3874c24c2f9c0082f9e20c [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_11
:
mat2x2
<f32>
=
mat2x2
<f32>
(
vec2
<f32>
(
0.0
,
0.0
),
vec2
<f32>
(
0.0
,
0.0
));
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}