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
QSGDefaultRenderContext::InitParams Struct Reference

#include <qsgdefaultrendercontext_p.h>

+ Inheritance diagram for QSGDefaultRenderContext::InitParams:
+ Collaboration diagram for QSGDefaultRenderContext::InitParams:

Public Attributes

int sType = INIT_PARAMS_MAGIC
 
QRhirhi = nullptr
 
int sampleCount = 1
 
QSize initialSurfacePixelSize
 
QSurfacemaybeSurface = nullptr
 

Detailed Description

Definition at line 45 of file qsgdefaultrendercontext_p.h.

Member Data Documentation

◆ initialSurfacePixelSize

QSize QSGDefaultRenderContext::InitParams::initialSurfacePixelSize

Definition at line 50 of file qsgdefaultrendercontext_p.h.

Referenced by QSGDefaultRenderContext::initialize().

◆ maybeSurface

QSurface* QSGDefaultRenderContext::InitParams::maybeSurface = nullptr

Definition at line 53 of file qsgdefaultrendercontext_p.h.

Referenced by QSGDefaultRenderContext::initialize().

◆ rhi

◆ sampleCount

int QSGDefaultRenderContext::InitParams::sampleCount = 1

Definition at line 48 of file qsgdefaultrendercontext_p.h.

◆ sType

int QSGDefaultRenderContext::InitParams::sType = INIT_PARAMS_MAGIC

Definition at line 46 of file qsgdefaultrendercontext_p.h.


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