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