Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 175 of file qrhigles2_p.h.

Constructor & Destructor Documentation

◆ QGles2RenderTargetData()

QGles2RenderTargetData::QGles2RenderTargetData ( QRhiImplementation * )
inline

Definition at line 177 of file qrhigles2_p.h.

Member Function Documentation

◆ isValid()

bool QGles2RenderTargetData::isValid ( ) const
inline

Definition at line 179 of file qrhigles2_p.h.

References rp.

Member Data Documentation

◆ colorAttCount

int QGles2RenderTargetData::colorAttCount = 0

Definition at line 185 of file qrhigles2_p.h.

Referenced by QRhiGles2::beginPass().

◆ currentResIdList

QRhiRenderTargetAttachmentTracker::ResIdList QGles2RenderTargetData::currentResIdList

Definition at line 188 of file qrhigles2_p.h.

◆ dpr

float QGles2RenderTargetData::dpr = 1

Definition at line 183 of file qrhigles2_p.h.

◆ dsAttCount

int QGles2RenderTargetData::dsAttCount = 0

Definition at line 186 of file qrhigles2_p.h.

Referenced by QRhiGles2::beginPass().

◆ pixelSize

QSize QGles2RenderTargetData::pixelSize

Definition at line 182 of file qrhigles2_p.h.

◆ rp

QGles2RenderPassDescriptor* QGles2RenderTargetData::rp = nullptr

Definition at line 181 of file qrhigles2_p.h.

Referenced by isValid().

◆ sampleCount

int QGles2RenderTargetData::sampleCount = 1

Definition at line 184 of file qrhigles2_p.h.

◆ srgbUpdateAndBlend

bool QGles2RenderTargetData::srgbUpdateAndBlend = false

Definition at line 187 of file qrhigles2_p.h.

◆ stereoTarget

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

Definition at line 189 of file qrhigles2_p.h.


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