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

Support VK_KHR_surface ext.? #7

Open
oscarbg opened this issue Nov 27, 2018 · 1 comment
Open

Support VK_KHR_surface ext.? #7

oscarbg opened this issue Nov 27, 2018 · 1 comment

Comments

@oscarbg
Copy link

oscarbg commented Nov 27, 2018

just found that vulkaninfo works (saying deprecated ICD interface) but vkcube doesn't work saying missing VK_KHR_surface..
I read:
"Talvos can also handle vertex and fragment shaders, with basic support for offscreen rendering currently in progress"
this just means no plan to support VK_KHR_surface ext?
thanks..

@jrprice
Copy link
Contributor

jrprice commented Nov 28, 2018

There's no concrete plan to support VK_KHR_surface right now, but clearly it's important to get lots of real codes working (i.e. anything that wants to render onscreen).

There's a few different ways this could be implemented, and I'm not currently sure which one is best. The simplest approach would just be to handle the extension APIs and just ignore them (i.e. rendering goes nowhere). If it's important to actually see the stuff being rendered something more complex will be required.

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