On Tue Mar 26 17:47:34 2024 +0000, Zebediah Figura wrote:
I was curious and did a couple more tests, and it turns out that for fx_4_1, "SrcBlend = src_color" will actually emit all 8 indices separately, but "SrcBlend[0] = src_color" just emits index 0. So that's interesting.
This is not related to how this should be parsed though.