summaryrefslogtreecommitdiffstats
path: root/gpu/config/gpu_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/config/gpu_info.h')
-rw-r--r--gpu/config/gpu_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
index 2489850..98ab80c 100644
--- a/gpu/config/gpu_info.h
+++ b/gpu/config/gpu_info.h
@@ -120,6 +120,10 @@ struct GPU_EXPORT GPUInfo {
// GL window system binding extensions. "" if not available.
std::string gl_ws_extensions;
+ // GL reset notification strategy as defined by GL_ARB_robustness. 0 if GPU
+ // reset detection or notification not available.
+ uint32 gl_reset_notification_strategy;
+
// The device semantics, i.e. whether the Vista and Windows 7 specific
// semantics are available.
bool can_lose_context;