Sign in
dawn
/
dawn
/
refs/heads/chromium/5690
/
.
/
test
/
tint
/
bug
/
tint
/
1540.wgsl.expected.glsl
blob: 5e3a4100f0806e8eb4a2dc6ee1aa3108cec22459 [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
struct
S
{
bool
e
;
};
void
tint_symbol
()
{
bool
b
=
false
;
S v
=
S
(
bool
(
uint
(
true
)
&
uint
(
b
)));
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
tint_symbol
();
return
;
}