dlprint.1
865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH dlprint 1P local "Silicon Graphics, Inc."
.SH NAME
dlprint \- display list printer
.SH SYNOPSIS
\f3dlprint\f1 [-s servrmode]
.SH DESCRIPTION
.I dlprint\^
formats and prints graphics display lists and audio command lists in a
human readable form to the stdout. Graphics display lists are either
for the RSP, (of type GBI) or for the RDP (of type RDP).
.PP
Normally
.I dlprint
prints one display list and then quits. Alternatively,
.I dlprint
can be run in servermode, where it will continue running indefinitely.
.I dlprint
should be started on the host Indy before the game application makes
a call to
.B guParseGbiDL,
.B guParseRdpDL,
or
.B alParseAbiDL.
Flags set by the application calling
.I guParseGbiDL
and
.I guParseRdpDL
determine the format of the printing.
.SH "SEE ALSO"
.IR guParseGbiDL (3P)
.IR guParseRdpDL (3P)
.IR alParseAbiCL (3P)