Int 62 Fn 0093 u - Fgdriver V4.02 - "fg_polygon" - Draw An Unfilled Poly [V]
AX = 0093h
CX = number of vertices in polygon
ES:BX -> variable pointer record (see #3168)
Notes: the FGDRIVER functions are rearranged with each major release, but
their parameters do not change (see #3145 at AX=0000h)
This call is ignored in text modes
See Also: AX=0091h,AX=0092h,AX=0094h,AX=0095h
Format of FGDRIVER POLYGON variable pointer record:
Offset Size Description (Table 3168)
00h WORD segment of WORD array containing vertex columns
02h WORD offset of WORD array containing vertex columns
04h WORD segment of WORD array containing vertex rows
06h WORD offset of WORD array containing vertex rows
See Also: #3167