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