Sign in
dawn
/
tint
/
5af571bcbcf424fcc65430f304933c98612adbe1
/
.
/
test
/
expressions
/
zero_init
/
vec2
/
f32.wgsl.expected.hlsl
blob: 45a2969de65c62560dfd33228774b41eb9bf9cb7 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float2 v
=
float2
(
0.0f
,
0.0f
);
}