Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qssgrendershadowmap_p.h File Reference
#include <QtQuick3DRuntimeRender/private/qtquick3druntimerenderglobal_p.h>
#include <QtGui/QMatrix4x4>
#include <QtGui/QVector3D>
#include <QtQuick3DUtils/private/qssgrenderbasetypes_p.h>
+ Include dependency graph for qssgrendershadowmap_p.h:

Go to the source code of this file.

Classes

struct  QSSGShadowMapEntry
 
class  QSSGRenderShadowMap
 

Typedefs

using QSSGRenderShadowMapPtr = std::shared_ptr< QSSGRenderShadowMap >
 

Enumerations

enum class  ShadowMapModes { VSM , CUBE }
 

Typedef Documentation

◆ QSSGRenderShadowMapPtr

using QSSGRenderShadowMapPtr = std::shared_ptr<QSSGRenderShadowMap>

Definition at line 104 of file qssgrendershadowmap_p.h.

Enumeration Type Documentation

◆ ShadowMapModes

enum class ShadowMapModes
strong
Enumerator
VSM 

variance shadow mapping

CUBE 

cubemap omnidirectional shadows

Definition at line 34 of file qssgrendershadowmap_p.h.