Sign in
dawn
/
dawn
/
11c6fcdb514d152bcc8899fef4c41316d73f39ee
/
.
/
test
/
bug
/
tint
/
492.wgsl.expected.msl
blob: b7caff157db4d9d4bb92f0dcc5c8dd47d309c86b [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
int
a
;
};
kernel
void
tint_symbol
(
device S
&
buf
[[
buffer
(
0
)]])
{
buf
.
a
=
12
;
return
;
}