Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_CompositeExtract_Vector.spvasm.expected.hlsl
blob: 36759a18fb5cb6feca23418fdb7fb6839313a18e [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float
x_1
=
float2
(
50.0f
,
60.0f
).
y
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}