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 'Attached'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
ATTACHED
[ TDx_Draw_Library ]
[ next: Bank Switched Display Memory ]
[ prev: Asynchronous ]
Attach is a term used for the connection of surfaces in a logical manner. There are two basic purposes for attaching surfaces, the first being to add additional information to the surface. An example of this could be attaching an alpha or z-buffer surface to a conventional surface to provide transparency or depth information. The second is for the purpose of forming a flip chain, which is then used to cycle through the attached series of
surfaces.
|
|