1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-13 07:16:02 +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;
}
}