DXT_IMAGE_PRELOAD_LIST (a child element of SYSTEM) defines a list of DirectX Transform images to be preloaded at the startup of the game. This is an advanced feature for the support of Microsoft DirectX Transform and is never used in any other situations.
DXT_IMAGE_PRELOAD_LIST supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.
In this example DXT_IMAGE_PRELOAD_LIST defines two DirectX Transform images to be preloaded.
- <DXT_IMAGE_PRELOAD_LIST>
- <IMAGE>
- ......
- </IMAGE>
- <IMAGE>
- ......
- </IMAGE>
- </DXT_IMAGE_PRELOAD_LIST>