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 QNX support (VK_QNX_screen_surface) to C and C++ variants of vkcube. #845

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

mgorchak-blackberry
Copy link
Contributor

Additionally add support for RGB565 and RGBA5551 pixel formats, because some Vulkan drivers under QNX report these formats first as preferable.

And add #include <errno.h> because the source is using errno, but under QNX there is no indirect inclusion of this header by other headers. So we need explicitly include errno.h to get errno declared.

Additionally add support for RGB565 and RGBA5551 pixel formats, because
some Vulkan drivers under QNX report these formats first as preferable.
@charles-lunarg charles-lunarg merged commit c536182 into KhronosGroup:main Aug 25, 2023
15 checks passed
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

Successfully merging this pull request may close these issues.

2 participants