mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
tes
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
|
||||
typedef enum PulseInternalBufferUsageBits
|
||||
{
|
||||
PULSE_INTERNAL_BUFFER_USAGE_UNIFORM_ACCESS = PULSE_BIT(31)
|
||||
PULSE_INTERNAL_BUFFER_USAGE_UNIFORM_ACCESS = PULSE_BIT(31),
|
||||
PULSE_INTERNAL_BUFFER_USAGE_PURE_TRANSFER = PULSE_BIT(30),
|
||||
} PulseInternalBufferUsageBits;
|
||||
|
||||
typedef uint64_t PulseThreadID;
|
||||
|
||||
Reference in New Issue
Block a user