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

Lacks OpenGL 3.3 Render Fallback for GPUs lacking Vulkan support #139

Open
Spartan322 opened this issue Jul 9, 2023 · 1 comment
Open
Labels
enhancement New feature or request requirement system Requirement SS

Comments

@Spartan322
Copy link
Member

Spartan322 commented Jul 9, 2023

As needed by SS-22 and SS-111

Solved when godotengine/godot#58927 godotengine/godot-proposals#8006 is solved.

@Spartan322 Spartan322 added enhancement New feature or request requirement system Requirement SS labels Jul 9, 2023
@Spartan322 Spartan322 changed the title Lacks OpenGL 3.3 Render Fallback Lacks OpenGL 3.3 Render Fallback for GPUs lacking Vulkan support Jul 9, 2023
@Spartan322
Copy link
Member Author

Issue with support OpenGL 3.3 itself is that we use Vulkan features that aren't supported on OpenGL 3.3, such as compute shaders, such features will require detecting the "RenderingDevice" (which strangely enough "doesn't really exist" for OpenGL) and adapting the functionality for it. Most other rendering issues are likely to be shader related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request requirement system Requirement SS
Projects
None yet
Development

No branches or pull requests

1 participant