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