Sign in
dawn
/
dawn
/
952a7dacbf6e40aa0b06a5d73cbf250d38b152f7
/
.
/
test
/
tint
/
expressions
/
zero_init
/
array
/
struct.wgsl.expected.fxc.hlsl
blob: ec38595c085af4d52be56c58a44a06599dfc6a82 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
uint
u
;
float
f
;
bool
b
;
};
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
S v
[
4
]
=
(
S
[
4
])
0
;
}