Sign in
dawn
/
tint
/
cc05d89820f07370aa63af5a878f7b6125f61286
/
.
/
test
/
var
/
initialization
/
private
/
struct.wgsl.expected.msl
blob: 5534eeed4a47a6c9c13eb136b846bf07e8f961db [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
a
;
float
b
;
};
kernel
void
tint_symbol
()
{
return
;
}