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