Sign in
dawn
/
dawn
/
ccb0a779fe4743b02271302ee17456443be4c58c
/
.
/
test
/
tint
/
bug
/
tint
/
1563.wgsl.expected.ir.dxc.hlsl
blob: 629cbe5ade231d286f8bf06b9c872ee0797f22aa [
file
] [
log
] [
blame
]
float
foo
()
{
int
oob
=
99
;
float
b
=
(
0.0f
).
xxxx
[
min
(
uint
(
oob
),
3u
)];
float4 v
=
(
0.0f
).
xxxx
;
v
[
min
(
uint
(
oob
),
3u
)]
=
b
;
return
b
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}