Skip to content

在CEF中玩Flash游戏有顿卡的感觉 #3

@xwal

Description

@xwal

当我在玩Flash游戏时,界面总是有种顿卡的感觉,我在原来的代码中找到了关于fps的代码,我想请问下是不是和这个有关呢。
// Render at 30fps. static const int kRenderDelay = 1000 / 30; CefPostDelayedTask(TID_UI, NewCefRunnableMethod(this, &OSRWindow::Render), kRenderDelay);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions