mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
working on software backend
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
|
||||
typedef struct SoftBuffer
|
||||
{
|
||||
void* buffer;
|
||||
void* map;
|
||||
PulseMapMode current_map_mode;
|
||||
} SoftBuffer;
|
||||
|
||||
PulseBuffer SoftCreateBuffer(PulseDevice device, const PulseBufferCreateInfo* create_infos);
|
||||
|
||||
Reference in New Issue
Block a user