Sign in
dawn
/
tint
/
8094553c8a45d09122b174e26686042dcc08e3cb
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryArithTestBasic_SMod_Vector_UnsignedResult.spvasm.expected.msl
blob: 88a291541b129d74b15524b70750f075f5845e3b [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint2
const
x_1
=
as_type
<uint2>
((
int2
(
30
,
40
)
%
int2
(
40
,
30
)));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}