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_sound.hpp File Reference

SDL3_mixer audio subsystem wrapper. More...

#include <SDL3/SDL.h>
#include <SDL3_mixer/SDL_mixer.h>
#include <cstddef>
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  mxvk::VK_Mixer
 SDL3_mixer-based audio manager. More...

Namespaces

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

Typedefs

using mx::Mixer = mxvk::VK_Mixer
using mxvk::Mixer = VK_Mixer
using mx::VK_Mixer = mxvk::VK_Mixer

Detailed Description

SDL3_mixer audio subsystem wrapper.

Definition in file mxvk_sound.hpp.