[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3Delight comes with a set of standard display drivers that are suitable for most applications (see section 7. Display Driver System). However, it is possible to write custom display drivers if some specific functionality is needed. Basically, a display driver is a DSO (DLL under Windows) which implements an interface that 3Delight understends. This interface, along with all the data types used, is described in the `$DELIGHT/include/ndspy.h' header file and is further investigated in the following sections.
8.2.1 Required Entry Points 8.2.2 A Complete Example 8.2.3 Compilation Directives