Sign in
dawn
/
dawn
/
4127abfd410f29f7cabfd0a95cd942acd222977f
/
.
/
test
/
tint
/
expressions
/
binary
/
sub
/
scalar-vec3
/
i32.wgsl.expected.hlsl
blob: 1e67f1327e65d6a3fac438dfc6e627a742a5231d [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
int
a
=
4
;
const
int3 b
=
int3
(
1
,
2
,
3
);
const
int3 r
=
(
a
-
b
);
return
;
}