Sign in
dawn
/
dawn
/
fa3f89b26b1bb003391d0baf5005c20e50e9b782
/
.
/
test
/
tint
/
var
/
initialization
/
function
/
struct.wgsl.expected.ir.msl
blob: 35e22c5e291f9c2e3d3444cd84a99c0bfa02578e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
a
;
float
b
;
};
kernel
void
tint_symbol
()
{
S v
=
{};
}