Files | |
| skeleton.cpp | |
Skeleton is the smallest practical mxvk::VK_Window subclass in the examples tree. It opens a window, processes quit events, and leaves the per-frame drawing hook empty.
Use this example as a copyable starting point for a new MXVK application. It shows the basic constructor, event handler, proc() override, argument parsing, and exception handling without extra rendering code.