![]() |
![]() |
![]() |
![]() |
Data structure that describes an offscreen context
typedef struct pdoffscreencontext { PhDrawContext_t dc; PgVidMemTag_t id; PhRid_t target_rid; PhDim_t dim; long unsigned format; long unsigned flags; void * volatile shared_ptr; unsigned long shared_size; unsigned long pitch; PhConnectId_t connect_id; } PdOffscreenContext_t;
This data structure describes an offscreen context.
![]() |
Don't change the value of any of the members of this structure. |
PdOffscreenContext_t includes:
Photon
PdCreateOffscreenContext(), PdDupOffscreenContext(), PdGetOffscreenContextPtr(), PdSetOffscreenTranslation(), PgContextBlit(), PgContextBlitArea(), PgSwapDisplay(), PhDim_t
"Video memory offscreen" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |