Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_VectorExtractDynamic_UnsignedIndex.spvasm.expected.hlsl
blob: 69071542e7f8edf959f9784842a1b90103810719 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint2 x_1
=
uint2
(
3u
,
4u
);
const
uint
x_10
=
x_1
[
3u
];
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}