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