SetSoftwareRenderFuncs

Sets the software rendering callback vectors in the hardware driver

Declaration

void NAPI GA_initFuncs::SetSoftwareRenderFuncs(
    GA_2DRenderFuncs *softwareFuncs)

Prototype In

snap/graphics.h

Description

This is an internal function that is used by the 2d reference rasteriser library to register all the current software rendering functions with the hardware driver. This is done after the software rendering functions are loaded and initialised by the application or shell driver. These functions are used internally by the SNAP device driver to fall back to software rendering to handle special cases where the hardware cannot implement certain features or to work around hardware bugs.

This function should generally not be called directly by application programs (unless you have completely replaced the 2d reference rasteriser component).

SEE ALSO SetRef2dPointer

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com