Sign in
dawn
/
dawn
/
6e647fb401b75ce06f3e65e77e4dc591462b5781
/
.
/
test
/
tint
/
shadowing
/
short_names
/
param.wgsl.expected.ir.msl
blob: 64bed1b6f20310093a35006b72841e8c5e6d02dd [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
float3 vec3f
)
{
float3
const
b
=
vec3f
;
}