Enumeration

CoglGraphicsResetStatus

Declaration

enum Cogl.GraphicsResetStatus

Description [src]

All the error values that might be returned by cogl_get_graphics_reset_status(). Each value’s meaning corresponds to the similarly named value defined in the ARB_robustness and NV_robustness_video_memory_purge extensions.

Members

Name Description
COGL_GRAPHICS_RESET_STATUS_NO_ERROR No description available.
COGL_GRAPHICS_RESET_STATUS_GUILTY_CONTEXT_RESET No description available.
COGL_GRAPHICS_RESET_STATUS_INNOCENT_CONTEXT_RESET No description available.
COGL_GRAPHICS_RESET_STATUS_UNKNOWN_CONTEXT_RESET No description available.
COGL_GRAPHICS_RESET_STATUS_PURGED_CONTEXT_RESET No description available.