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

#include <qquickwindow_p.h>

+ Collaboration diagram for QQuickWindowRenderTarget:

Public Member Functions

void reset (QRhi *rhi)
 

Public Attributes

QRhiRenderTargetrenderTarget = nullptr
 
QRhiRenderPassDescriptorrpDesc = nullptr
 
QRhiTexturetexture = nullptr
 
QRhiRenderBufferrenderBuffer = nullptr
 
QRhiRenderBufferdepthStencil = nullptr
 
QPaintDevicepaintDevice = nullptr
 
bool owns = false
 

Detailed Description

Definition at line 73 of file qquickwindow_p.h.

Member Function Documentation

◆ reset()

void QQuickWindowRenderTarget::reset ( QRhi rhi)

Definition at line 450 of file qquickwindow.cpp.

References depthStencil, owns, paintDevice, renderBuffer, renderTarget, rpDesc, and texture.

Referenced by QQuickWindowPrivate::~QQuickWindowPrivate(), and QQuickWindowPrivate::ensureCustomRenderTarget().

+ Here is the caller graph for this function:

Member Data Documentation

◆ depthStencil

QRhiRenderBuffer* QQuickWindowRenderTarget::depthStencil = nullptr

Definition at line 81 of file qquickwindow_p.h.

Referenced by reset().

◆ owns

bool QQuickWindowRenderTarget::owns = false

Definition at line 83 of file qquickwindow_p.h.

Referenced by reset().

◆ paintDevice

QPaintDevice* QQuickWindowRenderTarget::paintDevice = nullptr

Definition at line 82 of file qquickwindow_p.h.

Referenced by QQuickWindowPrivate::renderSceneGraph(), and reset().

◆ renderBuffer

QRhiRenderBuffer* QQuickWindowRenderTarget::renderBuffer = nullptr

Definition at line 80 of file qquickwindow_p.h.

Referenced by reset().

◆ renderTarget

QRhiRenderTarget* QQuickWindowRenderTarget::renderTarget = nullptr

◆ rpDesc

QRhiRenderPassDescriptor* QQuickWindowRenderTarget::rpDesc = nullptr

Definition at line 78 of file qquickwindow_p.h.

Referenced by reset().

◆ texture

QRhiTexture* QQuickWindowRenderTarget::texture = nullptr

Definition at line 79 of file qquickwindow_p.h.

Referenced by reset().


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