summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsgraphicslimits_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/q3dsgraphicslimits_p.h')
-rw-r--r--src/runtime/q3dsgraphicslimits_p.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/runtime/q3dsgraphicslimits_p.h b/src/runtime/q3dsgraphicslimits_p.h
index 2e624cf..6314c7b 100644
--- a/src/runtime/q3dsgraphicslimits_p.h
+++ b/src/runtime/q3dsgraphicslimits_p.h
@@ -52,9 +52,10 @@ struct Q3DSGraphicsLimits {
bool versionedContextFailed = false;
int maxDrawBuffers = 4;
bool multisampleTextureSupported = false;
- bool shaderTextureLodSupported = true;
- bool shaderUniformBufferSupported = true;
- bool packedDepthStencilBufferSupported = true;
+ bool shaderTextureLodSupported = false;
+ bool shaderUniformBufferSupported = false;
+ bool packedDepthStencilBufferSupported = false;
+ bool norm16TexturesSupported = false;
QByteArray renderer;
QByteArray vendor;
QByteArray version;