Sign in
dawn
/
tint
/
bf0180bcee90e8624d8063e55624bfebd8f7fb76
/
.
/
test
/
expressions
/
binary
/
sub
/
scalar-scalar
/
f32.wgsl.expected.hlsl
blob: 04ab363789fe4d1ea0bbe862b774dc59aeb75614 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float
r
=
(
1.0f
-
2.0f
);
return
;
}