Qt 6.x
The Qt SDK
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

◆ maybeSurface

QSurface* QSGDefaultRenderContext::InitParams::maybeSurface = nullptr

◆ rhi

QRhi* QSGDefaultRenderContext::InitParams::rhi = nullptr

◆ sampleCount

int QSGDefaultRenderContext::InitParams::sampleCount = 1

◆ sType

int QSGDefaultRenderContext::InitParams::sType = INIT_PARAMS_MAGIC

Definition at line 46 of file qsgdefaultrendercontext_p.h.

Referenced by QSGDefaultRenderContext::initialize().


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