Sign in
dawn
/
dawn
/
636e47651f37f15794f5566613b36a5c60305ccf
/
.
/
test
/
tint
/
expressions
/
binary
/
div
/
scalar-scalar
/
f32.wgsl.expected.ir.glsl
blob: 4079ff36367670370cc239d9ee91e082634a4a87 [
file
] [
log
] [
blame
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
float
a
=
1.0f
;
float
b
=
2.0f
;
float
r
=
(
a
/
b
);
}