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