Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ginit(3g) — GL2 W2.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

ginit()  —  Silicon Graphics

NAME

ginit − initializes the IRIS

SPECIFICATION

C
ginit()

FORTRAN
subroutine ginit

Pascal
procedure ginit;

DESCRIPTION

ginit is the first routine in every IRIS graphics program when you are not running the window manager.  It initializes the hardware, allocates memory for symbol tables and display lists, and sets up default values for global state variables (as greset does).  It has no arguments.  Call ginit once, before any other IRIS Graphics Library routine. 

Do not use ginit in the window manager; use winopen instead. 

SEE ALSO

gexit, greset, gbegin, winopen IRIS Graphics Programming, Section 2.1, Initialization

NOTE

This routine is available only in immediate mode. 

Version 2.5  —  April 22, 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026