mirror of
https://github.com/ocornut/imgui.git
synced 2026-08-27 17:41:54 +00:00
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:
19
examples/example_qnx_vulkan/.gitignore
vendored
19
examples/example_qnx_vulkan/.gitignore
vendored
@@ -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
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user