Sign in
dawn
/
tint
/
0fe30b52a5c93473923419d0043840d61ca46746
/
.
/
test
/
expressions
/
zero_init
/
vec4
/
u32.wgsl.expected.hlsl
blob: 0a7eccdc2264e1870b1c106e50dc0c5bc6b8d690 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
uint4 v
=
uint4
(
0u
,
0u
,
0u
,
0u
);
}