Sign in
dawn
/
dawn
/
2c4c3a10f47c7be432bcd4e00661be340fb226bb
/
.
/
test
/
tint
/
ptr_ref
/
load
/
param
/
function
/
vec4_f32.wgsl.expected.ir.msl
blob: a855543bb5c0efb5da9d2c3205bb1a3e7bb65450 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
float4 func
(
thread float4
*
const
pointer
)
{
return
(*
pointer
);
}
kernel
void
tint_symbol
()
{
float4 F
=
0.0f
;
float4
const
r
=
func
((&
F
));
}