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