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.
我在 Android 上使用 JPCT-AE,我需要禁用软件渲染器并从 FrameBuffer 启用 opengl 渲染器。我为 JPCT 桌面找到了这段代码,但我不知道如何为 Jpct-AE 更改它。JPCT桌面代码:
buffer.disableRenderer(IRenderer.RENDERER_SOFTWARE); buffer.enableRenderer(IRenderer.RENDERER_OPENGL);
没有必要这样做。jPCT-AE 没有软件渲染器,因此无需禁用任何内容。