Sign in
dawn
/
dawn
/
3d2a692d6381fdf550d01d0665b32e6243f0fd5c
/
.
/
test
/
tint
/
bug
/
tint
/
2052.wgsl.expected.ir.msl
blob: dd2dcfba8d5ec441cd1a55553a11c7d1d96d7160 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
tint_module_vars_struct
{
thread
bool
*
continue_execution
;
};
void
f
(
tint_module_vars_struct tint_module_vars
)
{
(*
tint_module_vars
.
continue_execution
)
=
false
;
}