summaryrefslogtreecommitdiffstats
path: root/src/runtimerender/Qt3DSRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtimerender/Qt3DSRenderer.h')
-rw-r--r--src/runtimerender/Qt3DSRenderer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtimerender/Qt3DSRenderer.h b/src/runtimerender/Qt3DSRenderer.h
index db3eee8..fb6c3de 100644
--- a/src/runtimerender/Qt3DSRenderer.h
+++ b/src/runtimerender/Qt3DSRenderer.h
@@ -100,6 +100,8 @@ namespace render {
virtual void EnableLayerGpuProfiling(bool inEnabled) = 0;
virtual bool IsLayerGpuProfilingEnabled() const = 0;
+ virtual void setAlphaTest(bool enable, float op, float ref) = 0;
+
// Get the camera that rendered this node last render
virtual SCamera *GetCameraForNode(const SNode &inNode) const = 0;
virtual Option<SCuboidRect> GetCameraBounds(const SGraphObject &inObject) = 0;