Sign in
dawn
/
dawn
/
b95a03a6a7304c7d935569fec0687bd384c940fb
/
.
/
test
/
tint
/
var
/
initialization
/
private
/
struct.wgsl.expected.ir.fxc.hlsl
blob: a4c629cb9351686d8e9d22f93312b8abcc57f517 [
file
] [
log
] [
blame
]
struct
S
{
int
a
;
float
b
;
};
static
S v
=
(
S
)
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
}