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