[Previous] [Contents] [Index] [Next]

PgDestroyGC()

Release resources of a graphics context

Synopsis:

void PgDestroyGC( PhGC_t *GC );

Description:

This function releases any resources consumed by the specified graphics context. If the draw buffer for that context contains draw commands, the buffer is flushed before it's released.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgCreateGC(), PgGetGC(), PgSetGC()


[Previous] [Contents] [Index] [Next]