GQUEUE

From uGFX Wiki
Revision as of 23:30, 4 July 2014 by Tectu (Talk | contribs) (Created page with "The GQUEUE modules does provide queues and buffers. == Buffers == A pool of buffers can be allocated using <code>gfxBufferAlloc(num, size)</code> where ''num'' is the number...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The GQUEUE modules does provide queues and buffers.

Buffers

A pool of buffers can be allocated using gfxBufferAlloc(num, size) where num is the number of buffers and size the size per buffer.

Queues

Although the queues provided by the GQUEUE module are mainly used internally, these features are still accessible for the user.