Sign in
dawn
/
dawn
/
3e01ddbb5c7e8f0bc03965a1497a6c7276e1ed24
/
.
/
test
/
tint
/
bug
/
tint
/
1604.wgsl.expected.ir.dxc.hlsl
blob: 6aa4b0f4b540d8b2de6c34e59675bb5d8cc01755 [
file
] [
log
] [
blame
]
cbuffer cbuffer_x
:
register
(
b0
)
{
uint4 x
[
1
];
};
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
switch
(
asint
(
x
[
0u
].
x
))
{
case
int
(
0
):
{
{
while
(
true
)
{
return
;
}
}
break
;
}
default
:
{
break
;
}
}
}