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
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 94 of file qquickwindow_p.h.

Member Function Documentation

◆ reset()

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

Definition at line 478 of file qquickwindow.cpp.

References depthStencil, depthStencilTexture, and multisampleTexture.

Referenced by QQuickWindowRenderTarget::reset().

Here is the caller graph for this function:

Member Data Documentation

◆ depthStencil

QRhiRenderBuffer* QQuickWindowRenderTarget::ImplicitBuffers::depthStencil = nullptr

Definition at line 95 of file qquickwindow_p.h.

Referenced by reset().

◆ depthStencilTexture

QRhiTexture* QQuickWindowRenderTarget::ImplicitBuffers::depthStencilTexture = nullptr

Definition at line 96 of file qquickwindow_p.h.

Referenced by reset().

◆ multisampleTexture

QRhiTexture* QQuickWindowRenderTarget::ImplicitBuffers::multisampleTexture = nullptr

Definition at line 97 of file qquickwindow_p.h.

Referenced by reset().


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