Sign in
dawn
/
tint
/
8094553c8a45d09122b174e26686042dcc08e3cb
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_SDiv_Vector_UnsignedResult.spvasm.expected.hlsl
blob: c14254142efe8a3a7d8f740e4208f3447be6d6b9 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint2 x_1
=
asuint
((
int2
(
30
,
40
)
/
int2
(
40
,
30
)));
return
;
}
void
main
()
{
main_1
();
return
;
}