GINO Graphics Suite - GINO v9.0  

gEnqClippingMode

Syntax

[C/C++:]
void gEnqClippingMode(int *sw);
[F90:]
subroutine gEnqClippingMode(sw)
integer, intent(out) :: sw

Arguments

sw
Clipping mode:

= GNOCLIP, No hardware or software clipping
= GHARD, Hardware clipping (default)
= GSOFT, Software clipping

Description

The routine gEnqClippingMode() returns the current clipping mode for GINO output as set by the routine gSetClippingMode().

The routine gSetClippingMode() may be used to switch to software clipping or switch all clipping off.

See Also

gEnqClippingMode Usage
gSetClippingMode
gSetViewportClipSwitch
gSetWindow2D
gSetWindow3D