Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_CompositeExtract_Struct.spvasm.expected.hlsl
blob: 2c66421a1ad7133469d85d4273d300247aadb24a [
file
] [
log
] [
blame
]
struct
S
{
float2 field0
;
uint
field1
;
int
field2
;
};
void
main_1
()
{
S x_35
=
(
S
)
0
;
const
int
x_2
=
x_35
.
field2
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}