Index: dm/DMGpuSupport.h |
diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h |
index 42c5eb30aeb1000532dd6f93eeb1d64c2a502bfc..173befd070648fc9a6c8f53f78278d5e8973b6e2 100644 |
--- a/dm/DMGpuSupport.h |
+++ b/dm/DMGpuSupport.h |
@@ -80,7 +80,8 @@ public: |
kNativeGL_ContextType = 0, |
kGL_ContextType = 0, |
kGLES_ContextType = 0, |
- kNullGL_ContextType = 0; |
+ kNullGL_ContextType = 0, |
+ kVulkan_ContextType = 0; |
static const int kContextTypeCnt = 1; |
enum ContextOptions { |
kNone_ContextOptions = 0, |