On Mon, 7 Mar 2022 at 03:05, Zebediah Figura zfigura@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@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?