On Mon, 19 Jul 2021 at 09:22, Conor McCarthy conor.mccarthy6@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.
unsigned int count;** For an unbounded array this value is ~0u. */
};
You have an extra "*" there.