Backends, Examples: QNX: amends. Moved ignore list to main file. Removed .use files. (#9492)

Moved functions in example_qnx_opengl3/main.cpp to match structure of other examples.
This commit is contained in:
ocornut
2026-08-04 14:11:12 +02:00
parent 40ec568762
commit 7c9f0c148c
8 changed files with 147 additions and 188 deletions

View File

@@ -1,19 +0,0 @@
# ignore all files
*
# unignore all dirs
!/**/
# unignore all with extensions
!*.*
# unignore makefiles
!Makefile
# re-ignore qnx build artefacts
*.o
*.so*
*.a
*.pinfo
*.dep
*.gcno

View File

@@ -1,7 +0,0 @@
Dear ImGui QNX Screen + Vulkan example
Usage: example_qnx_vulkan
The example uses the fullscreen size reported by QNX Screen, creates a VK_QNX_screen_surface
swapchain, displays the Dear ImGui demo UI, and exits when Escape is pressed
or the Screen window receives a close event.