Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_CompositeInsert_Vector.spvasm.expected.hlsl
blob: 7f3154465756d0ec94c1bc9c130de17f13a38e8d [
file
] [
log
] [
blame
]
void
main_1
()
{
float2 x_1_1
=
float2
(
50.0f
,
60.0f
);
x_1_1
.
y
=
70.0f
;
const
float2 x_1
=
x_1_1
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}