0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-09 00:41:59 +00:00
Ryujinx/src/Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs

10 lines
186 B
C#
Raw Normal View History

namespace Ryujinx.Audio.Backends.OpenAL
{
class OpenALAudioBuffer
{
public int BufferId;
public ulong DriverIdentifier;
public ulong SampleCount;
}
}