-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_QueuePush
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Push and unlock the most recently acquired input buffer.
void MTY_QueuePush(
MTY_Queue * ctx,
size_t size
);
ctx
(MTY_Queue *
)
An MTY_Queue
.
size
(size_t
)
The amount of data filled in the most recently locked buffer. If this is 0, the previous buffer is immediately released and internally set to empty.