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