Supported Browsers Home   
GetFlipStatus Previous   
GetPrimaryBuffer Next   
GA_bufferFuncs Up   

GetFlippableBuffer

Returns a pointer to the requested flippable display buffer

Declaration

GA_buf * GA_bufferFuncs::GetFlippableBuffer(
    N_int32 index)

Prototype In

snap/graphics.h

Parameters

index

Index of the flippable buffer to obtain the address of

 

Return Value

Pointer to specified flippable buffer, or NULL if not such buffer.

Description

This function returns a pointer to the flippable buffer with the specified index in the flippable buffer table. These buffer pointers can then be used with the SetActiveBuffer and FlipToBuffer functions to implement hardware page flipping.

See Also

AllocBuffer, GetPrimaryBuffer, SetActiveBuffer, FlipToBuffer

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