Sign in
dawn
/
tint
/
fd35aa8e47db776f8be5088d1ade382ed75253b9
/
.
/
test
/
ptr_ref
/
load
/
local
/
ptr_uniform.wgsl.expected.msl
blob: 5aeb08155e53acf856ae1a7b53ff9049edb259ef [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
int
a
;
};
kernel
void
tint_symbol
(
constant S
&
v
[[
buffer
(
0
)]])
{
int
const
use
=
(
v
.
a
+
1
);
return
;
}