Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_CompositeInsert_Vector.spvasm.expected.hlsl
blob: 7f3154465756d0ec94c1bc9c130de17f13a38e8d [
file
] [
log
] [
blame
] [
edit
]
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
;
}