FNA-XNA / FNA3D

FNA3D - 3D Graphics Library for FNA
http://fna-xna.github.io/
Other
267 stars 44 forks source link

FNA3D: Extend displayOrientation enum by PORTRAIT_FLIPPED. #190

Closed jfmu closed 6 months ago

jfmu commented 6 months ago

Those are not handled anywhere yet, but they should have the same values as in FNA (its a bitfield there).

jfmu commented 6 months ago

Was fixed in FNA, by handling PORTRAIT_FLIPPED as PORTRAIT.Closing this.