Skip to content

pipeline: Parse out-of-order split blend string components correctly

Previously, parsing split blend strings for texture combining or blending would give incorrect results without throwing an error if the "A =" portion was specified before the "RGB =" portion. This change makes it so that specifying blend strings in this order yields correct results.

If you would like me to add a test case for this, please let me know.

Thanks in advance for any reply.

Merge request reports