Sign in
dawn
/
dawn
/
ac03c4031e4975e929b326589d7cc1940cabe834
/
.
/
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
{};
}