summaryrefslogtreecommitdiffstats
path: root/src/render/backends/Qt3DSRenderBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backends/Qt3DSRenderBackend.h')
-rw-r--r--src/render/backends/Qt3DSRenderBackend.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/render/backends/Qt3DSRenderBackend.h b/src/render/backends/Qt3DSRenderBackend.h
index 226e0b7..3d9901f 100644
--- a/src/render/backends/Qt3DSRenderBackend.h
+++ b/src/render/backends/Qt3DSRenderBackend.h
@@ -129,7 +129,10 @@ namespace render {
VertexArrayObject,
StandardDerivatives,
TextureLod,
- BinaryProgram
+ BinaryProgram,
+ CompressedTextureEtc1,
+ CompressedTextureEtc2,
+ CompressedTextureAstc
};
} NVRenderBackendCaps;
@@ -2237,6 +2240,9 @@ namespace render {
bool bStandardDerivativesSupported : 1;
bool bTextureLodSupported : 1;
bool bBinaryProgramsSupported : 1;
+ bool bTextureEtc1Supported : 1;
+ bool bTextureEtc2Supported : 1;
+ bool bTextureAstcSupported : 1;
} bits;
QT3DSU32 u32Values;