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