[PATCH vkd3d v2 5/6] vkd3d-shader: Get descriptor info for descriptor arrays.

Henri Verbeet hverbeet at gmail.com
Thu Jul 22 04:13:53 CDT 2021


On Mon, 19 Jul 2021 at 09:22, Conor McCarthy
<conor.mccarthy6 at 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.



More information about the wine-devel mailing list