Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryBitTest_Not_Uint_Int.spvasm.expected.msl
blob: 31af6b7fcd5a98211528a132855801aa9eb80858 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint
const
x_1
=
as_type
<uint>
(~(
30
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}