![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickwindow_p.h>
Public Member Functions | |
void | reset (QRhi *rhi) |
Public Attributes | |
QRhiRenderBuffer * | depthStencil = nullptr |
QRhiTexture * | depthStencilTexture = nullptr |
QRhiTexture * | multisampleTexture = nullptr |
Definition at line 94 of file qquickwindow_p.h.
Definition at line 478 of file qquickwindow.cpp.
References depthStencil, depthStencilTexture, and multisampleTexture.
Referenced by QQuickWindowRenderTarget::reset().
QRhiRenderBuffer* QQuickWindowRenderTarget::ImplicitBuffers::depthStencil = nullptr |
Definition at line 95 of file qquickwindow_p.h.
Referenced by reset().
QRhiTexture* QQuickWindowRenderTarget::ImplicitBuffers::depthStencilTexture = nullptr |
Definition at line 96 of file qquickwindow_p.h.
Referenced by reset().
QRhiTexture* QQuickWindowRenderTarget::ImplicitBuffers::multisampleTexture = nullptr |
Definition at line 97 of file qquickwindow_p.h.
Referenced by reset().