Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 173 of file qrhigles2_p.h.

Constructor & Destructor Documentation

◆ QGles2RenderTargetData()

QGles2RenderTargetData::QGles2RenderTargetData ( QRhiImplementation * )
inline

Definition at line 175 of file qrhigles2_p.h.

Member Function Documentation

◆ isValid()

bool QGles2RenderTargetData::isValid ( ) const
inline

Definition at line 177 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

QRhiRenderTargetAttachmentTracker::ResIdList QGles2RenderTargetData::currentResIdList

◆ dpr

◆ dsAttCount

int QGles2RenderTargetData::dsAttCount = 0

◆ pixelSize

◆ rp

◆ sampleCount

◆ srgbUpdateAndBlend

bool QGles2RenderTargetData::srgbUpdateAndBlend = false

Definition at line 185 of file qrhigles2_p.h.

Referenced by QGles2SwapChain::initSwapChainRenderTarget().

◆ stereoTarget

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

Definition at line 187 of file qrhigles2_p.h.

Referenced by QGles2SwapChain::createOrResize().


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