Microsoft DirectX 8.0 (C++) |
A toolgraph chunk can occur either as a top-level form or as a subchunk of a Segment Form or Container Form.
RIFF( 'DMTG' [<guid-ck>] // GUID for toolgraph [<vers-ck>] // Version information [<UNFO-list>] // Name, author, copyright information, comments <toll-list> // List of tools )
For information on these three chunks, see Common Chunks.
The main and only required part of the toolgraph chunk is the tool list, which consists of an array of tool forms:
<toll-list> -> LIST( 'toll' <DMTL-form>... )
For more information on the <DMTL-form> chunk, see Tool Form.