Remove unused method QPlatformBackingStore::rhiSwapChain()
Pick-to: 6.7 Change-Id: I8fa8a0789d382ffb3e77ff79ac507d857442cbf4 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
ee25bde3ed
commit
02dbabdc70
@ -36,7 +36,6 @@ class QPlatformGraphicsBuffer;
|
|||||||
class QRhi;
|
class QRhi;
|
||||||
class QRhiTexture;
|
class QRhiTexture;
|
||||||
class QRhiResourceUpdateBatch;
|
class QRhiResourceUpdateBatch;
|
||||||
class QRhiSwapChain;
|
|
||||||
|
|
||||||
struct Q_GUI_EXPORT QPlatformBackingStoreRhiConfig
|
struct Q_GUI_EXPORT QPlatformBackingStoreRhiConfig
|
||||||
{
|
{
|
||||||
@ -174,7 +173,6 @@ public:
|
|||||||
|
|
||||||
void setRhiConfig(const QPlatformBackingStoreRhiConfig &config);
|
void setRhiConfig(const QPlatformBackingStoreRhiConfig &config);
|
||||||
QRhi *rhi() const;
|
QRhi *rhi() const;
|
||||||
QRhiSwapChain *rhiSwapChain() const;
|
|
||||||
void surfaceAboutToBeDestroyed();
|
void surfaceAboutToBeDestroyed();
|
||||||
void graphicsDeviceReportedLost();
|
void graphicsDeviceReportedLost();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user