Sign in
dawn
/
dawn
/
4b8a3d34d4e5185c580ca613dbdd4e84ba78f3c8
/
.
/
test
/
tint
/
var
/
initialization
/
private
/
struct.wgsl.expected.dxc.hlsl
blob: 2ec62875db4d68c9635e8c6be60b98f8e58993eb [
file
]
struct
S
{
int
a
;
float
b
;
};
static
S v
=
(
S
)
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
return
;
}