Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qssgrendershadowmap_p.h File Reference

(cbd5326940410eefc68f7223e7dc33fb1a32c84a)

#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.