32 Q_DECLARE_PRIVATE(QPlatformOffscreenSurface)
34 explicit QPlatformOffscreenSurface(QOffscreenSurface *offscreenSurface);
35 ~QPlatformOffscreenSurface() override;
37 QOffscreenSurface *offscreenSurface()
const;
39 QPlatformScreen *screen()
const override;
41 virtual QSurfaceFormat format()
const override;
42 virtual bool isValid()
const;
45 QScopedPointer<QPlatformOffscreenSurfacePrivate> d_ptr;
46 friend class QOffscreenSurfacePrivate;
48 Q_DISABLE_COPY(QPlatformOffscreenSurface)