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
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 57 of file qsgdefaultrendercontext_p.h.

Member Data Documentation

◆ initialSurfacePixelSize

QSize QSGDefaultRenderContext::InitParams::initialSurfacePixelSize

Definition at line 62 of file qsgdefaultrendercontext_p.h.

◆ maybeSurface

QSurface* QSGDefaultRenderContext::InitParams::maybeSurface = nullptr

Definition at line 65 of file qsgdefaultrendercontext_p.h.

◆ rhi

QRhi* QSGDefaultRenderContext::InitParams::rhi = nullptr

Definition at line 59 of file qsgdefaultrendercontext_p.h.

◆ sampleCount

int QSGDefaultRenderContext::InitParams::sampleCount = 1

Definition at line 60 of file qsgdefaultrendercontext_p.h.

◆ sType

int QSGDefaultRenderContext::InitParams::sType = INIT_PARAMS_MAGIC

Definition at line 58 of file qsgdefaultrendercontext_p.h.


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