Sign in
dawn
/
dawn
/
09c49b34d9d981abd3baa567c3633bfa4e667822
/
.
/
test
/
expressions
/
binary
/
mul
/
scalar-scalar
/
u32.wgsl.expected.glsl
blob: 22b29972456600d49b00666d7624dbc82e6efb36 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
f
()
{
uint
r
=
(
1u
*
2u
);
return
;
}
void
main
()
{
f
();
}