
Creates a new additional graphic context.
CL_GraphicContext CL_GraphicContext::create_worker_gc();
Detailed description:
This function creates a new graphic context which shares objects with the current graphic context. Since a GC cannot be safely accessed from multiple threads simultaneously, this function allows the application to create a graphic context for the worker threads.