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