summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi_p.h
diff options
context:
space:
mode:
authorVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-05-25 11:57:57 +0200
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-05-25 14:21:03 +0200
commit0ffef9cb8da7682b42f595c683d7ef9cb22dabd7 (patch)
tree3bf51b51cc03cc246ed73d52a3a17a4f1c62bec5 /src/gui/rhi/qrhi_p.h
parentecca816ea1d2b98a500cc621ff1bd5e34771f7af (diff)
RHI: Introduce QRhiTexture::RG8
Change-Id: I58f35b2629bd6464f08cba66e852215472fcbe2a Fixes: QTBUG-84384 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/gui/rhi/qrhi_p.h')
-rw-r--r--src/gui/rhi/qrhi_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/rhi/qrhi_p.h b/src/gui/rhi/qrhi_p.h
index 12a294e8c2..928d708624 100644
--- a/src/gui/rhi/qrhi_p.h
+++ b/src/gui/rhi/qrhi_p.h
@@ -738,6 +738,7 @@ public:
RGBA8,
BGRA8,
R8,
+ RG8,
R16,
RED_OR_ALPHA8,