![]() |
Qt 6.x
The Qt SDK
|
#include <QtQuick3DRuntimeRender/private/qssgrenderlayer_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrendershadowmap_p.h>
#include <QtQuick3DRuntimeRender/private/qssglayerrenderdata_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrendercontextcore_p.h>
Go to the source code of this file.
Functions | |
static QRhiTexture * | allocateRhiShadowTexture (QRhi *rhi, QRhiTexture::Format format, const QSize &size, QRhiTexture::Flags flags={}) |
static QRhiRenderBuffer * | allocateRhiShadowRenderBuffer (QRhi *rhi, QRhiRenderBuffer::Type type, const QSize &size) |
static void | setupForRhiDepthCube (QRhi *rhi, QSSGShadowMapEntry *entry, const QSize &size, QRhiTexture::Format format) |
static void | setupForRhiDepth (QRhi *rhi, QSSGShadowMapEntry *entry, const QSize &size, QRhiTexture::Format format) |
|
static |
Definition at line 41 of file qssgrendershadowmap.cpp.
References QRhi::newRenderBuffer(), and qWarning.
Referenced by QSSGRenderShadowMap::addShadowMapEntry(), setupForRhiDepth(), and setupForRhiDepthCube().
|
static |
Definition at line 30 of file qssgrendershadowmap.cpp.
Referenced by QSSGRenderShadowMap::addShadowMapEntry(), setupForRhiDepth(), and setupForRhiDepthCube().
|
inlinestatic |
Definition at line 61 of file qssgrendershadowmap.cpp.
References allocateRhiShadowRenderBuffer(), allocateRhiShadowTexture(), QRhiRenderBuffer::DepthStencil, and QRhiTexture::RenderTarget.
Referenced by QSSGRenderShadowMap::addShadowMapEntry().
|
inlinestatic |
Definition at line 51 of file qssgrendershadowmap.cpp.
References allocateRhiShadowRenderBuffer(), allocateRhiShadowTexture(), QRhiTexture::CubeMap, QRhiRenderBuffer::DepthStencil, and QRhiTexture::RenderTarget.
Referenced by QSSGRenderShadowMap::addShadowMapEntry().