Sign in
dawn
/
tint
/
bf0180bcee90e8624d8063e55624bfebd8f7fb76
/
.
/
test
/
expressions
/
binary
/
sub
/
scalar-scalar
/
i32.wgsl.expected.wgsl
blob: 9aa9bf3ed2d57acb86ee27c9304f4f9d33f8b37a [
file
] [
log
] [
blame
]
@stage
(
compute
)
@workgroup_size
(
1
)
fn f
()
{
let
a
=
1
;
let
b
=
2
;
let
r
:
i32
=
(
a
-
b
);
}