22 Jul
2021
22 Jul
'21
9:13 a.m.
On Mon, 19 Jul 2021 at 09:22, Conor McCarthy <conor.mccarthy6(a)bigpond.com> wrote:
@@ -1137,7 +1137,8 @@ struct vkd3d_shader_descriptor_info * \ref vkd3d_shader_descriptor_info_flag. */ unsigned int flags; - /** Size of this descriptor array, or 1 if a single descriptor. */ + /** Size of this descriptor array, or 1 if a single descriptor. + ** For an unbounded array this value is ~0u. */ unsigned int count; }; You have an extra "*" there.