Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvLogicalTest_Any.spvasm.expected.hlsl
blob: 355566fcab7c4af52a79059ce48aa696ac9fd23f [
file
] [
log
] [
blame
]
void
main_1
()
{
const
bool
x_1
=
any
(
bool2
(
true
,
false
));
return
;
}
void
main
()
{
main_1
();
return
;
}