![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgdefaultrendercontext_p.h>
Public Attributes | |
int | sType = INIT_PARAMS_MAGIC |
QRhi * | rhi = nullptr |
int | sampleCount = 1 |
QSize | initialSurfacePixelSize |
QSurface * | maybeSurface = nullptr |
Definition at line 57 of file qsgdefaultrendercontext_p.h.
QSize QSGDefaultRenderContext::InitParams::initialSurfacePixelSize |
Definition at line 62 of file qsgdefaultrendercontext_p.h.
QSurface* QSGDefaultRenderContext::InitParams::maybeSurface = nullptr |
Definition at line 65 of file qsgdefaultrendercontext_p.h.
QRhi* QSGDefaultRenderContext::InitParams::rhi = nullptr |
Definition at line 59 of file qsgdefaultrendercontext_p.h.
int QSGDefaultRenderContext::InitParams::sampleCount = 1 |
Definition at line 60 of file qsgdefaultrendercontext_p.h.
int QSGDefaultRenderContext::InitParams::sType = INIT_PARAMS_MAGIC |
Definition at line 58 of file qsgdefaultrendercontext_p.h.