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 'Synchronous'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
SYNCHRONOUS
[ TDx_Draw_Library ]
[ next: Texture ]
[ prev: Surface ]
When a method or process is synchronous it means that the action wait until conditions are right before submitting the action for processing. Synchronous techniques can often be utilized as a way of avoiding display artifacts that are sometimes caused by processing information asynchronously.
|
|