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

OpenGL driver? #65

Open
MetalMaxMX opened this issue May 28, 2024 · 1 comment
Open

OpenGL driver? #65

MetalMaxMX opened this issue May 28, 2024 · 1 comment

Comments

@MetalMaxMX
Copy link

Hello!

I was wondering something. But is it possible for the engine to support a driver that has OpenGL support? I was just checking and it seems like it already supports DirectX11. So perhaps something like OpenGL 3.3 or even 4.6 is not out of the realm of possibility?

Just asking.

The best,
MetalMaxMX.

@NicSavichev
Copy link
Contributor

We have dropped support for both OpenGL3 and OpenGLES3 more than 3 years ago (in favor of Metal on macOS/iOS and Vulkan on linux/android). Potentially you can write it anew but I think d3d API of DagorEngine cannot be fully implemented using OpenGL.
Also you will need GLSL shader compiler (that was removed 2 years ago).
So I think trying to restore OpenGL support is impractical (

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