Sign in
dawn
/
dawn
/
b57b92d4bf6a402f874ae64149892a934c6834b6
/
.
/
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
;
}