Sign in
dawn
/
dawn
/
be3b4859e53b0cfe0fa6b9eb954e18d705b0b49c
/
.
/
test
/
tint
/
expressions
/
zero_init
/
struct
/
scalar.wgsl.expected.msl
blob: f63b27c232a148979f85938ff94a7fa1312b18ab [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
uint
u
;
float
f
;
bool
b
;
};
void
f
()
{
S v
=
S
{};
}