Sign in
dawn
/
dawn
/
ab0f7da790c91c8a46925f9d40c2443a94de59ee
/
.
/
test
/
tint
/
shadowing
/
short_names
/
param.wgsl.expected.msl
blob: c0af1b55410862dddab6b648ee48dce9ccdd30f4 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
float3 vec3f
)
{
float3
const
b
=
vec3f
;
}
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
v
()
{
f
(
float3
(
0.0f
));
}