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

How to use vulkan #7

Open
zoujiaqing opened this issue May 9, 2019 · 2 comments
Open

How to use vulkan #7

zoujiaqing opened this issue May 9, 2019 · 2 comments
Milestone

Comments

@zoujiaqing
Copy link

No description provided.

@rubenvb
Copy link
Contributor

rubenvb commented May 11, 2019

There is currently no implementation of Vulkan support. Several things need to happen for that:

  • Skia's Vulkan bits need to be built.
  • Vulkan headers will probably be included next to the opengl-api in 3rdparty.
  • skui::graphics will need to be extended with skia_vulkan_canvas and skia_vulkan_context.
  • skui::gui will need to be extended with native_visual::vulkan.

In the future (as is the plan for the current OpenGL bits), the graphics API support will be mostly in a separate component, which might eventually be loaded at runtime by skui::gui.

@zoujiaqing
Copy link
Author

thanks @rubenvb

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

No branches or pull requests

2 participants