summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi_p.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-01-09 15:28:54 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-01-09 20:57:19 +0100
commite8199a5c4d8c7218178db809bbfc0464f49714b1 (patch)
treef97780686f19f0ba0cd3ed374b22598256756618 /src/gui/rhi/qrhi_p.h
parente4d0187edc8aa5c70d181728b18630c1749ca288 (diff)
rhi: Add R16F and R32F
Can be relevant for Qt Quick 3D shadows, where the shadow map is R16F. Task-number: QTBUG-81268 Change-Id: Ic33e100929e133d1cbe0b062a15697c82536f62a Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/gui/rhi/qrhi_p.h')
-rw-r--r--src/gui/rhi/qrhi_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/rhi/qrhi_p.h b/src/gui/rhi/qrhi_p.h
index a6c65aac5e..3a64835c22 100644
--- a/src/gui/rhi/qrhi_p.h
+++ b/src/gui/rhi/qrhi_p.h
@@ -728,6 +728,8 @@ public:
RGBA16F,
RGBA32F,
+ R16F,
+ R32F,
D16,
D32F,