Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flycast core does not render properly. #18

Open
JSensebe opened this issue Sep 14, 2024 · 1 comment
Open

Flycast core does not render properly. #18

JSensebe opened this issue Sep 14, 2024 · 1 comment

Comments

@JSensebe
Copy link
Contributor

The flycast_libretro core, whether running Naomi or Dreamcast software, does not render correctly, similar to the issue with Vectrex rendering. It is using ModernGlVideoDriver. No errors are given, but the core issues the following warning:

Warning (from warnings module):
  File "C:\Users\jsens\AppData\Roaming\Python\Python312\site-packages\libretro\drivers\video\opengl\moderngl.py", line 674
    warnings.warn(
UserWarning: Core requested stencil attachment, but moderngl lacks support; ignoring
@JesseTG
Copy link
Owner

JesseTG commented Sep 18, 2024

Ah, damn. I guess I'll need to either contribute stencil buffer support to moderngl or switch to another OpenGL package -- that depends on what my options are for supporting OpenGL ES and legacy OpenGL contexts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants