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
QQuickWindowRenderTarget::ImplicitBuffers Struct Reference

#include <qquickwindow_p.h>

+ Collaboration diagram for QQuickWindowRenderTarget::ImplicitBuffers:

Public Member Functions

void reset (QRhi *rhi)
 

Public Attributes

QRhiRenderBufferdepthStencil = nullptr
 
QRhiTexturedepthStencilTexture = nullptr
 
QRhiTexturemultisampleTexture = nullptr
 

Detailed Description

Definition at line 93 of file qquickwindow_p.h.

Member Function Documentation

◆ reset()

void QQuickWindowRenderTarget::ImplicitBuffers::reset ( QRhi * rhi)

Definition at line 501 of file qquickwindow.cpp.

References depthStencil, depthStencilTexture, and multisampleTexture.

Member Data Documentation

◆ depthStencil

QRhiRenderBuffer* QQuickWindowRenderTarget::ImplicitBuffers::depthStencil = nullptr

Definition at line 94 of file qquickwindow_p.h.

Referenced by reset().

◆ depthStencilTexture

QRhiTexture* QQuickWindowRenderTarget::ImplicitBuffers::depthStencilTexture = nullptr

Definition at line 95 of file qquickwindow_p.h.

Referenced by reset().

◆ multisampleTexture

QRhiTexture* QQuickWindowRenderTarget::ImplicitBuffers::multisampleTexture = nullptr

Definition at line 96 of file qquickwindow_p.h.

Referenced by reset().


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