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