Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'FIFO Hardware'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
FIFO HARDWARE
[ TDx_Draw_Library ]
[ next: Filling ]
[ prev: Execute Buffer ]
FIFO stands for First In First Out and the FIFO hardware in this case is essentially a limited queue for graphical display that will display the first item in the queue at the first opportunity and continue doing so until the queue has been cleared. Methods utilizing FIFO hardware are usually asynchronous and will queue their task and return immediately unless the FIFO buffer is full, in which case they will return an
error.
|
|