Sign in
dawn
/
dawn
/
9d733da1874bb4ada62f80d91353e3e50930f66b
/
.
/
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
()
{
}