(01cd43d30e3ca2c4dd94a4a4711604adb9417517)
#include "qquickrendertarget_p.h"
#include <rhi/qrhi.h>
#include <QtQuick/private/qquickitem_p.h>
#include <QtQuick/private/qquickwindow_p.h>
#include <QtQuick/private/qsgrhisupport_p.h>
Go to the source code of this file.
|
static bool | createRhiRenderTargetWithRenderBuffer (QRhiRenderBuffer *renderBuffer, const QSize &pixelSize, int sampleCount, QRhi *rhi, QQuickWindowRenderTarget *dst) |
static bool | createRhiRenderTarget (QRhiTexture *texture, const QSize &pixelSize, int sampleCount, bool multisampleResolve, QRhi *rhi, QQuickWindowRenderTarget *dst) |
static bool | createRhiRenderTargetWithDepthTexture (QRhiTexture *texture, QRhiTexture *depthTexture, const QSize &pixelSize, int sampleCount, bool multisampleResolve, QRhi *rhi, QQuickWindowRenderTarget *dst) |
static bool | createRhiRenderTargetMultiView (QRhiTexture *texture, QRhiTexture *maybeCustomDepthTexture, const QSize &pixelSize, int arraySize, int sampleCount, bool multisampleResolve, QRhi *rhi, QQuickWindowRenderTarget *dst) |
◆ createRhiRenderTarget()
◆ createRhiRenderTargetMultiView()
◆ createRhiRenderTargetWithDepthTexture()
◆ createRhiRenderTargetWithRenderBuffer()