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