Add basic QNX support.
This commit is contained in:
parent
e38d201415
commit
8458f21123
6 changed files with 354 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ public:
|
|||
#if defined(_DIRECT2DISPLAY)
|
||||
void createDirect2DisplaySurface(uint32_t width, uint32_t height);
|
||||
#endif
|
||||
#elif defined(VK_USE_PLATFORM_SCREEN_QNX)
|
||||
void initSurface(screen_context_t screen_context, screen_window_t screen_window);
|
||||
#endif
|
||||
void connect(VkInstance instance, VkPhysicalDevice physicalDevice, VkDevice device);
|
||||
void create(uint32_t* width, uint32_t* height, bool vsync = false, bool fullscreen = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue