aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContextOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrContextOptions.h')
-rw-r--r--include/gpu/GrContextOptions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h
index e3c05215c3..41872be78a 100644
--- a/include/gpu/GrContextOptions.h
+++ b/include/gpu/GrContextOptions.h
@@ -167,6 +167,11 @@ struct GrContextOptions {
bool fSuppressPathRendering = false;
/**
+ * If true, the caps will never support geometry shaders.
+ */
+ bool fSuppressGeometryShaders = false;
+
+ /**
* Render everything in wireframe
*/
bool fWireframeMode = false;