GINO Graphics Suite - GINO v9.0  

SetFillMode

Syntax

[C/C++:]
void gSetFillMode(int sw);
[F90:]
subroutine gSetFillMode(sw)
integer, intent(in) :: sw

Arguments

sw
Fill switch

= GHARD, Fill areas using hardware if possible (default)
= GSOFT, Area fill using software

Description

Some devices have limitations on hardware area filling. However, GINO software filling is device independent. A call to gSetFillMode(GSOFT) will ensure that all filling is performed using software fill.

See Also

gSetFillMode Usage