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