Audio: Handle AudioBuffer compatibility

OpenAL buffers are shared between contextes
This commit is contained in:
Jérôme Leclercq
2022-03-17 13:36:09 +01:00
parent 01061380ee
commit 667a4a0c08
10 changed files with 44 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ namespace Nz
virtual Quaternionf GetListenerRotation() const = 0;
virtual Vector3f GetListenerVelocity() const = 0;
virtual float GetSpeedOfSound() const = 0;
virtual const void* GetSubSystemIdentifier() const = 0;
virtual bool IsFormatSupported(AudioFormat format) const = 0;