Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QGles2RenderTargetData Struct Reference

#include <qrhigles2_p.h>

+ Collaboration diagram for QGles2RenderTargetData:

Public Member Functions

 QGles2RenderTargetData (QRhiImplementation *)
 
bool isValid () const
 

Public Attributes

QGles2RenderPassDescriptorrp = nullptr
 
QSize pixelSize
 
float dpr = 1
 
int sampleCount = 1
 
int colorAttCount = 0
 
int dsAttCount = 0
 
bool srgbUpdateAndBlend = false
 
QRhiRenderTargetAttachmentTracker::ResIdList currentResIdList
 
std::optional< QRhiSwapChain::StereoTargetBufferstereoTarget
 

Detailed Description

Definition at line 172 of file qrhigles2_p.h.

Constructor & Destructor Documentation

◆ QGles2RenderTargetData()

QGles2RenderTargetData::QGles2RenderTargetData ( QRhiImplementation )
inline

Definition at line 174 of file qrhigles2_p.h.

Member Function Documentation

◆ isValid()

bool QGles2RenderTargetData::isValid ( ) const
inline

Definition at line 176 of file qrhigles2_p.h.

References rp.

Referenced by QGles2SwapChain::currentFrameRenderTarget().

+ Here is the caller graph for this function:

Member Data Documentation

◆ colorAttCount

int QGles2RenderTargetData::colorAttCount = 0

◆ currentResIdList

◆ dpr

◆ dsAttCount

int QGles2RenderTargetData::dsAttCount = 0

◆ pixelSize

◆ rp

◆ sampleCount

◆ srgbUpdateAndBlend

bool QGles2RenderTargetData::srgbUpdateAndBlend = false

◆ stereoTarget

std::optional<QRhiSwapChain::StereoTargetBuffer> QGles2RenderTargetData::stereoTarget

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