Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
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
;
}