SetRef2dPointer

Pass a pointer to the ref2d structure to the device driver

Declaration

void NAPI GA_initFuncs::SetRef2dPointer(
    struct _REF2D_driver *ref2d)

Prototype In

snap/graphics.h

Description

This is an internal function that is used by the 2d reference rasteriser library to register itself with the hardware driver, so the hardware driver can call back into the ref2d driver to access it's internal functions. This is mostly used by drivers implementing hardware video acceleration functions, so they driver can call the ref2d buffer manager to allocate and manager offscreen video memory buffers.

SEE ALSO SetSoftwareRenderFuncs

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