Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pe_begin_rend(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pe_begin_rend(3g)  —  Subroutines

Name

pe_begin_rend − Causes immediate mode rendering to begin. 

Operating States: PHOP, WSOP, STCL, ∗
Digital PHIGS extension function

Syntax

 

void pe_begin_rend (
  Pint      wsid    /∗ (I) Workstation identifier ∗/
)

Description

pe_begin_rend causes immediate mode rendering to begin.  When the workstation is in rendering mode, all of the structure element commands given to the PHIGS kernel are sent to the rendering workstation.  Rendering is a method of performing immediate mode processing in PHIGS.  It allows you to avoid creating structures.  Because it circumvents the structure hierarchy, it may sometimes be a faster method of generating output. One open workstation receives all of the output and continues to receive the output until you end rendering.  No structures can be open while rendering; however, you may execute structures in this mode by using the pexec_struct function. 

When the workstation is in rendering mode, all of the structure element commands issued to the PHIGS kernel are sent to the rendering workstation.  During rendering, PHIGS ignores both modification and deferral modes. 

Only one workstation can be rendering at one time.  If one workstation is rendering, and you try to begin rendering on a second one, PHIGS generates an error. 

See Also

pe_begin_struct
pe_end_rend
pe_end_struct
pexec_struct

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