Sign in
dawn
/
tint
/
cc05d89820f07370aa63af5a878f7b6125f61286
/
.
/
test
/
expressions
/
bitcast
/
scalar
/
i32-u32.wgsl.expected.glsl
blob: 5adfadd05b76410823ae3b747aa1460d91a6589d [
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
b
=
uint
(
1
);
return
;
}
void
main
()
{
f
();
}