Sign in
dawn
/
dawn
/
08f33fe5c6daea5cede4c1a5ac891fd3bf975c31
/
.
/
test
/
tint
/
var
/
initialization
/
function
/
struct.wgsl.expected.ir.msl
blob: 3ac61bb8dd1cb57b6f5f074a9ab6ab1e4d1b8087 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
a
;
float
b
;
};
kernel
void
tint_symbol
()
{
S v
=
{};
}