Skip to content
Commit c970d326 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

core: Add OutputTransform::FlipY convenience aliases

`flip-y | rotate-N` transforms are equivalent to `flip-x | rotate-N`.
However, it is not intuitive to express transforms that flip the y axis
via flip-x transforms. This change adds convenience aliases to improve
code readability and keep code intuitive, which is going to be needed in
order to drop TextureTransforms flags.
parent 9039612c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment