Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSGRenderTarget Class Reference

#include <qsgrenderer_p.h>

+ Collaboration diagram for QSGRenderTarget:

Public Member Functions

 QSGRenderTarget ()
 
 QSGRenderTarget (QRhiRenderTarget *rt, QRhiRenderPassDescriptor *rpDesc, QRhiCommandBuffer *cb)
 
 QSGRenderTarget (QPaintDevice *paintDevice)
 

Public Attributes

QRhiRenderTargetrt = nullptr
 
QRhiRenderPassDescriptorrpDesc = nullptr
 
QRhiCommandBuffercb = nullptr
 
QPaintDevicepaintDevice = nullptr
 

Detailed Description

Definition at line 35 of file qsgrenderer_p.h.

Constructor & Destructor Documentation

◆ QSGRenderTarget() [1/3]

QSGRenderTarget::QSGRenderTarget ( )
inline

Definition at line 38 of file qsgrenderer_p.h.

◆ QSGRenderTarget() [2/3]

QSGRenderTarget::QSGRenderTarget ( QRhiRenderTarget rt,
QRhiRenderPassDescriptor rpDesc,
QRhiCommandBuffer cb 
)
inline

Definition at line 40 of file qsgrenderer_p.h.

◆ QSGRenderTarget() [3/3]

QSGRenderTarget::QSGRenderTarget ( QPaintDevice paintDevice)
inlineexplicit

Definition at line 45 of file qsgrenderer_p.h.

Member Data Documentation

◆ cb

◆ paintDevice

QPaintDevice* QSGRenderTarget::paintDevice = nullptr

Definition at line 55 of file qsgrenderer_p.h.

Referenced by QSGSoftwareRenderer::render().

◆ rpDesc

◆ rt


The documentation for this class was generated from the following file: