Sign in
dawn
/
dawn
/
8f1e9f35e6157516c79bdafd71143a11f57da119
/
.
/
test
/
tint
/
expressions
/
binary
/
sub
/
scalar-scalar
/
u32.wgsl.expected.ir.msl
blob: 4c6703e2b7a026f6652cc199dcf0bade4fb2cc5e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint
const
a
=
1u
;
uint
const
b
=
2u
;
uint
const
r
=
(
a
-
b
);
}