Sign in
dawn
/
dawn
/
ad1eebf96e98837a23eef6daf223ad5248ff7ed4
/
.
/
test
/
tint
/
bug
/
tint
/
1369.wgsl.expected.ir.msl
blob: 632584a1e55b13aaff309b25dd37009c2ae6d712 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
bool
call_discard
()
{
discard_fragment
();
return
true
;
}
fragment
void
f
()
{
bool
v
=
call_discard
();
bool
also_unreachable
=
false
;
}