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
qquickrendertarget.cpp File Reference

(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>
Include dependency graph for qquickrendertarget.cpp:

Go to the source code of this file.

Functions

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)

Function Documentation

◆ createRhiRenderTarget()

bool createRhiRenderTarget ( QRhiTexture * texture,
const QSize & pixelSize,
int sampleCount,
bool multisampleResolve,
QRhi * rhi,
QQuickWindowRenderTarget * dst )
static

Definition at line 1283 of file qquickrendertarget.cpp.

◆ createRhiRenderTargetMultiView()

bool createRhiRenderTargetMultiView ( QRhiTexture * texture,
QRhiTexture * maybeCustomDepthTexture,
const QSize & pixelSize,
int arraySize,
int sampleCount,
bool multisampleResolve,
QRhi * rhi,
QQuickWindowRenderTarget * dst )
static

Definition at line 1508 of file qquickrendertarget.cpp.

◆ createRhiRenderTargetWithDepthTexture()

bool createRhiRenderTargetWithDepthTexture ( QRhiTexture * texture,
QRhiTexture * depthTexture,
const QSize & pixelSize,
int sampleCount,
bool multisampleResolve,
QRhi * rhi,
QQuickWindowRenderTarget * dst )
static

Definition at line 1378 of file qquickrendertarget.cpp.

◆ createRhiRenderTargetWithRenderBuffer()

bool createRhiRenderTargetWithRenderBuffer ( QRhiRenderBuffer * renderBuffer,
const QSize & pixelSize,
int sampleCount,
QRhi * rhi,
QQuickWindowRenderTarget * dst )
static

Definition at line 1234 of file qquickrendertarget.cpp.