Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
expressions
/
type_ctor
/
vec3
/
explicit
/
f32.wgsl.expected.hlsl
blob: daa5a1c21d6592f5f806c71697641b0b9b30dc7f [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
const
float3 v
=
float3
(
0.0f
,
1.0f
,
2.0f
);