Sign in
dawn
/
dawn
/
7d8ee4a956fb4acf14b7b8a233cf2808a72834d6
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
ptr_uniform.wgsl.expected.msl
blob: 5014f2bb968cea790c3cb85d643829229c72dd51 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
/* 0x0000 */
int
a
;
};
kernel
void
tint_symbol
(
const
constant S
*
tint_symbol_1
[[
buffer
(
0
)]])
{
int
const
u
=
as_type
<int>
((
as_type
<uint>
((*(
tint_symbol_1
)).
a
)
+
as_type
<uint>
(
1
)));
return
;
}