Sign in
dawn
/
dawn
/
b3d38dfc0fc473b40d7b0bb0a170af2587796639
/
.
/
test
/
tint
/
buffer
/
uniform
/
types
/
vec2_f32.wgsl.expected.dxc.hlsl
blob: 06f83a5e555fb71c08951ef577cf30fafad78781 [
file
] [
log
] [
blame
]
cbuffer cbuffer_u
:
register
(
b0
,
space0
)
{
uint4 u
[
1
];
};
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
const
float2 x
=
asfloat
(
u
[
0
].
xy
);
return
;
}