#include "log.h"
#include "util/basic_macros.h"
#include "irr_v3d.h"
#include <AL/al.h>
#include <AL/alc.h>
#include <AL/alext.h>
#include <utility>
Go to the source code of this file.
Classes | |
struct | sound::RAIIALSoundBuffer |
RAII wrapper for openal sound buffers. More... | |
Namespaces | |
namespace | sound |
Functions | |
const char * | sound::getAlErrorString (ALenum err) noexcept |
ALenum | sound::warn_if_al_error (const char *desc) |
v3f | sound::swap_handedness (v3f v) noexcept |
Transforms vectors from a left-handed coordinate system to a right-handed one and vice-versa. | |