Sign in
dawn
/
dawn.git
/
b6a3a7e82c4e91c5ac9aeae3e754edf513b5e491
/
.
/
test
/
tint
/
var
/
initialization
/
function
/
struct.wgsl.expected.dxc.hlsl
blob: 47bec01fafecb9218c035a7b70356362de71f414 [
file
]
struct
S
{
int
a
;
float
b
;
};
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
S v
=
(
S
)
0
;
}