[PATCH vkd3d 3/5] tests: Use angle brackets instead of square brackets to separate shader test sections.

Henri Verbeet hverbeet at gmail.com
Mon Mar 7 05:40:13 CST 2022


On Mon, 7 Mar 2022 at 03:05, Zebediah Figura <zfigura at codeweavers.com> wrote:
>
> Unfortunately, square brackets are used in HLSL for attributes, and are usually
> written on a line by themselves.
>
> Angle brackets are used in HLSL as delimiters as well, but usually are not
> placed on a line by themselves.
>
> Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
> ---
> This was the most appealing option for a section delimiter, but I'm open to
> others.
>
The traditional way to do this kind of thing is a
here-document/here-string construction. Is that something we've
considered?



More information about the wine-devel mailing list