![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhigles2_p.h>
Public Member Functions | |
| QGles2RenderTargetData (QRhiImplementation *) | |
| bool | isValid () const |
Public Attributes | |
| QGles2RenderPassDescriptor * | rp = nullptr |
| QSize | pixelSize |
| float | dpr = 1 |
| int | sampleCount = 1 |
| int | colorAttCount = 0 |
| int | dsAttCount = 0 |
| bool | srgbUpdateAndBlend = false |
| QRhiRenderTargetAttachmentTracker::ResIdList | currentResIdList |
| std::optional< QRhiSwapChain::StereoTargetBuffer > | stereoTarget |
Definition at line 175 of file qrhigles2_p.h.
|
inline |
Definition at line 177 of file qrhigles2_p.h.
|
inline |
Definition at line 179 of file qrhigles2_p.h.
References rp.
| int QGles2RenderTargetData::colorAttCount = 0 |
Definition at line 185 of file qrhigles2_p.h.
Referenced by QRhiGles2::beginPass().
| QRhiRenderTargetAttachmentTracker::ResIdList QGles2RenderTargetData::currentResIdList |
Definition at line 188 of file qrhigles2_p.h.
| float QGles2RenderTargetData::dpr = 1 |
Definition at line 183 of file qrhigles2_p.h.
| int QGles2RenderTargetData::dsAttCount = 0 |
Definition at line 186 of file qrhigles2_p.h.
Referenced by QRhiGles2::beginPass().
| QSize QGles2RenderTargetData::pixelSize |
Definition at line 182 of file qrhigles2_p.h.
| QGles2RenderPassDescriptor* QGles2RenderTargetData::rp = nullptr |
Definition at line 181 of file qrhigles2_p.h.
Referenced by isValid().
| int QGles2RenderTargetData::sampleCount = 1 |
Definition at line 184 of file qrhigles2_p.h.
| bool QGles2RenderTargetData::srgbUpdateAndBlend = false |
Definition at line 187 of file qrhigles2_p.h.
| std::optional<QRhiSwapChain::StereoTargetBuffer> QGles2RenderTargetData::stereoTarget |
Definition at line 189 of file qrhigles2_p.h.