summaryrefslogtreecommitdiffstats
path: root/src/render/backend/handle_types_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/handle_types_p.h')
-rw-r--r--src/render/backend/handle_types_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/backend/handle_types_p.h b/src/render/backend/handle_types_p.h
index 035bbfc91..124e6db74 100644
--- a/src/render/backend/handle_types_p.h
+++ b/src/render/backend/handle_types_p.h
@@ -94,6 +94,7 @@ class Light;
class EnvironmentLight;
class ComputeCommand;
class GLBuffer;
+class GLTexture;
class RenderStateNode;
class Armature;
class Skeleton;
@@ -132,6 +133,7 @@ typedef Qt3DCore::QHandle<Light> HLight;
typedef Qt3DCore::QHandle<EnvironmentLight> HEnvironmentLight;
typedef Qt3DCore::QHandle<ComputeCommand> HComputeCommand;
typedef Qt3DCore::QHandle<GLBuffer> HGLBuffer;
+typedef Qt3DCore::QHandle<GLTexture> HGLTexture;
typedef Qt3DCore::QHandle<RenderStateNode> HRenderState;
typedef Qt3DCore::QHandle<Armature> HArmature;
typedef Qt3DCore::QHandle<Skeleton> HSkeleton;