Sign in
dawn
/
dawn
/
ccb0a779fe4743b02271302ee17456443be4c58c
/
.
/
test
/
tint
/
bug
/
tint
/
1540.wgsl.expected.ir.msl
blob: 40e36901d06efa5fd5aa781d3370ffb51d089036 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
bool
e
;
};
kernel
void
tint_symbol
()
{
bool
b
=
false
;
bool
const
v_1
=
b
;
uint
const
v_2
=
uint
(
true
);
S v
=
S
{.
e
=
bool
((
v_2
&
uint
(
v_1
)))};
}