Sign in
dawn
/
dawn
/
refs/heads/chromium/5995
/
.
/
test
/
tint
/
bug
/
tint
/
1542.wgsl.expected.dxc.hlsl
blob: 889add8428736c613ae2cf1ce2c1253796c9bcbb [
file
] [
log
] [
blame
] [
edit
]
cbuffer cbuffer_u_input
:
register
(
b0
)
{
uint4 u_input
[
1
];
};
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
const
int3 temp
=
(
asint
(
u_input
[
0
].
xyz
)
<<
(
0u
).
xxx
);
return
;
}