Method
CoglContextget_graphics_reset_status
Declaration [src]
CoglGraphicsResetStatus
cogl_context_get_graphics_reset_status (
CoglContext* context
)
Description [src]
Returns the graphics reset status as reported by GetGraphicsResetStatusARB defined in the ARB_robustness extension.
Note that Cogl doesn’t normally enable the ARB_robustness extension in which case this will only ever return
COGL_GRAPHICS_RESET_STATUS_NO_ERROR.
Return value
Type: CoglGraphicsResetStatus
A CoglGraphicsResetStatus
.