GrayDBufSetHiddenAMSPlane Function (Macro)

gray.h

void GrayDBufSetHiddenAMSPlane (short plane);

Forces graphics routines to use selected plane of hidden buffer.

GrayDBufSetHiddenAMSPlane acts like GraySetAMSPlane for the currently hidden buffer (it calls GrayDBufSetAMSPlane with the index returned from GrayDBufGetHiddenIdx). Drawing into this buffer has no effect on the contents of the screen until GrayDBufSetActiveIdx or GrayDBufToggle is called.


See also: GrayDBufSetActiveAMSPlane, GraySetAMSPlane, GrayDBufSetAMSPlane, GrayDBufToggle