Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近,在深入研究SurfaceFlinger代码时,我发现它使用 1.0f 减去顶点 Y 坐标之类的方法将其图层颠倒了。我感到困惑。他们为什么这样做呢?
SurfaceFlinger
可能是因为 OpenGL 的 (0,0) 点位于屏幕的左下角。而更高级别的窗口 API 假定 (0,0) 位于左上角。