mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
adding securities
This commit is contained in:
@@ -81,6 +81,14 @@ typedef struct PulseDeviceHandler
|
||||
// Attributes
|
||||
void* driver_data;
|
||||
PulseBackend backend;
|
||||
|
||||
PulseBuffer* allocated_buffers;
|
||||
uint32_t allocated_buffers_size;
|
||||
uint32_t allocated_buffers_capacity;
|
||||
|
||||
PulseImage* allocated_images;
|
||||
uint32_t allocated_images_size;
|
||||
uint32_t allocated_images_capacity;
|
||||
} PulseDeviceHandler;
|
||||
|
||||
typedef struct PulseFenceHandler
|
||||
|
||||
Reference in New Issue
Block a user