Skip to content

关于pr#49 #50

Description

我的系统是MacOS 15.7 M1芯片,环境使用brew安装的,在这个pr合并后,我的example在make run会存在报错:

Assertion failed: (t != NULL), function surface2texture, file render.cpp, line 19.
make: *** [run] Abort trap: 6

于是我尝试将pr中的修改的部分注释掉后又可以正常运行。
在这之后上我将此次修改中SDL_SetHint(SDL_HINT_RENDER_DRIVER, "gpu");gpu

  • 替换为opengl能显示nvboard,但会发生闪烁的情况;
  • 替换为metal后,也发生闪烁,且Display灯处带有雪花屏的效果,比opengl那个更差些。
  • 更换为software是正常的。

#49

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions