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
QSGDepthStencilBuffer Class Reference

#include <qsgdefaultrendercontext_p.h>

Collaboration diagram for QSGDepthStencilBuffer:

Public Member Functions

 QSGDepthStencilBuffer ()
 QSGDepthStencilBuffer (QRhiRenderBuffer *ds)
 ~QSGDepthStencilBuffer ()

Public Attributes

QRhiRenderBufferds = nullptr
QSGDefaultRenderContextrc = nullptr

Detailed Description

Definition at line 37 of file qsgdefaultrendercontext_p.h.

Constructor & Destructor Documentation

◆ QSGDepthStencilBuffer() [1/2]

QSGDepthStencilBuffer::QSGDepthStencilBuffer ( )
inline

Definition at line 40 of file qsgdefaultrendercontext_p.h.

◆ QSGDepthStencilBuffer() [2/2]

QSGDepthStencilBuffer::QSGDepthStencilBuffer ( QRhiRenderBuffer * ds)
inline

Definition at line 41 of file qsgdefaultrendercontext_p.h.

References ds.

◆ ~QSGDepthStencilBuffer()

QSGDepthStencilBuffer::~QSGDepthStencilBuffer ( )

Definition at line 387 of file qsgdefaultrendercontext.cpp.

References ds, and rc.

Member Data Documentation

◆ ds

QRhiRenderBuffer* QSGDepthStencilBuffer::ds = nullptr

Definition at line 43 of file qsgdefaultrendercontext_p.h.

Referenced by QSGDepthStencilBuffer(), and ~QSGDepthStencilBuffer().

◆ rc

QSGDefaultRenderContext* QSGDepthStencilBuffer::rc = nullptr

Definition at line 44 of file qsgdefaultrendercontext_p.h.

Referenced by ~QSGDepthStencilBuffer().


The documentation for this class was generated from the following files: