Context

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

create
void create(IWindow window)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
setAttributes
void setAttributes(GraphicsAttributes attributes)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_context
HGLRC _context;
Undocumented in source.

Inherited Members

From IContext

setAttributes
void setAttributes(GraphicsAttributes attributes)

Sets the input attributes for creating the graphics context. At the same time, he must simultaneously give these attributes unsparingly to the very object of the pixel description, if such is possible. As a rule, this method is followed by the creation of the context, but the function itself should not do this.

create
void create(IWindow window)

Creates directly, a graphics context object for a specific platform, based on the previously specified graphics context attributes.

destroy
void destroy()

Destroys the context.

Meta