IOS Vsync
Posted VISUAL WORLD VIRTUAL LIFE
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IOS Vsync相关的知识,希望对你有一定的参考价值。
vsync count Don‘t Sync
Application.targetFrameRate 设置FPS上限
Every Second VBlank 30
Every VBlank 60
android是这样 Editor也是这样 空白ios工程也是这样
xconde里面 preferredFramesPerSecond
ref:https://developer.apple.com/library/content/documentation/3DDrawing/Conceptual/MTLBestPracticesGuide/FrameRate.html
最终呢 是这样的 根据网上的信息 vsync的setting可以覆盖 Application.targetFrameRate的设置除非Don‘t Sync
这条在各个平台 包括ios的editor里面都是符合的
但是 IOS 手机里 只受这个 Application.targetFrameRate的控制 与vsync count 设置无关
他们 挺坑的
以上是关于IOS Vsync的主要内容,如果未能解决你的问题,请参考以下文章