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

In-game command console for MXVK / Vulkan windows. More...

#include <SDL3/SDL.h>
#include <cstddef>
#include <deque>
#include <functional>
#include <iosfwd>
#include <limits>
#include <string>
#include <vector>
#include "mxvk_text.hpp"

Go to the source code of this file.

Classes

class  mxvk::VK_Console
 Lightweight command console renderer for mxvk::VK_Window. More...

Namespaces

namespace  console
namespace  mxvk
 Utilities for loading and saving PNG images.

Typedefs

using console::Console = mxvk::VK_Console
using mxvk::Console = VK_Console

Detailed Description

In-game command console for MXVK / Vulkan windows.

Definition in file mxvk_console.hpp.