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

Add support of dynamic switching between Graphics RHI backend APIs in runtime #152

Open
egorodet opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request refactoring Code refactoring without adding new functionality
Milestone

Comments

@egorodet
Copy link
Member

Support dynamic switching of the Graphics RHI backends in runtime:

  • On Windows switch between: DirectX, Vulkan.
  • On MacOS switch between: Metal, Vulkan
  • On Linux only Vulkan API is available.

RHI backend switching should be available both using command line flag and runtime hotkey.

Static linking with a single graphics API should be still supported as it is done now, for performance reasons.

@egorodet egorodet added enhancement New feature or request refactoring Code refactoring without adding new functionality labels Feb 10, 2025
@egorodet egorodet added this to the v0.8 milestone Feb 10, 2025
@egorodet egorodet self-assigned this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring Code refactoring without adding new functionality
Projects
Status: No status
Development

No branches or pull requests

1 participant