Index: dm/DMGpuSupport.h |
diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h |
index 42c5eb30aeb1000532dd6f93eeb1d64c2a502bfc..67574eafe99dee5cf51ce5a4a418394c944270a9 100644 |
--- a/dm/DMGpuSupport.h |
+++ b/dm/DMGpuSupport.h |
@@ -81,6 +81,7 @@ public: |
kGL_ContextType = 0, |
kGLES_ContextType = 0, |
kNullGL_ContextType = 0; |
egdaniel
2016/04/11 20:52:24
; -> ,
|
+ kVulkan_ContextType = 0; |
static const int kContextTypeCnt = 1; |
enum ContextOptions { |
kNone_ContextOptions = 0, |