MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
skeleton Directory Reference

Files

 
skeleton.cpp

Detailed Description

Skeleton

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.

Controls

  • Escape - quit

How It Works

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.