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