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