VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
vex::AudioSystem::StandaloneAudio Struct Reference

Public Attributes

SDL_AudioStream * stream
AudioClipclip
bool loop

Detailed Description

Definition at line 89 of file AudioSystem.hpp.

Member Data Documentation

◆ clip

AudioClip* vex::AudioSystem::StandaloneAudio::clip

Definition at line 91 of file AudioSystem.hpp.

◆ loop

bool vex::AudioSystem::StandaloneAudio::loop

Definition at line 92 of file AudioSystem.hpp.

◆ stream

SDL_AudioStream* vex::AudioSystem::StandaloneAudio::stream

Definition at line 90 of file AudioSystem.hpp.


The documentation for this struct was generated from the following file: