summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/rhi/qrhigles2_p_p.h')
-rw-r--r--src/gui/rhi/qrhigles2_p_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/rhi/qrhigles2_p_p.h b/src/gui/rhi/qrhigles2_p_p.h
index 750626f9c5..c34f0023b0 100644
--- a/src/gui/rhi/qrhigles2_p_p.h
+++ b/src/gui/rhi/qrhigles2_p_p.h
@@ -930,6 +930,8 @@ public:
maxThreadGroupsY(0),
maxThreadGroupsZ(0),
maxUniformVectors(4096),
+ maxVertexInputs(8),
+ maxVertexOutputs(8),
msaaRenderBuffer(false),
multisampledTexture(false),
npotTextureFull(true),
@@ -974,6 +976,8 @@ public:
int maxThreadGroupsY;
int maxThreadGroupsZ;
int maxUniformVectors;
+ int maxVertexInputs;
+ int maxVertexOutputs;
// Multisample fb and blit are supported (GLES 3.0 or OpenGL 3.x). Not
// the same as multisample textures!
uint msaaRenderBuffer : 1;