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