Skip to content

correctly initialize display with orientation

pippin requested to merge pippin/ctx_transform_fixes into main

This initializes the display framebuffer according to how it is mounted. And removes workaround in ctx for the global flipped coordinate system. This Fixes #62 (closed) and likely improve performance of texture sampling if increasing linear memory access patterns are preferable.

Merge request reports