Castor3D 0.12.0
Multiplatform 3D engine
Public Attributes | List of all members
castor3d::ShadowMapUboConfiguration Struct Reference

Shadow map data. More...

#include <UbosModule.hpp>

Public Attributes

castor::Matrix4x4f lightProjection
 
castor::Matrix4x4f lightView
 
castor::Point4f lightPosFarPlane
 
uint32_t lightIndex
 

Detailed Description

Shadow map data.

Member Data Documentation

◆ lightIndex

uint32_t castor3d::ShadowMapUboConfiguration::lightIndex

◆ lightPosFarPlane

castor::Point4f castor3d::ShadowMapUboConfiguration::lightPosFarPlane

◆ lightProjection

castor::Matrix4x4f castor3d::ShadowMapUboConfiguration::lightProjection

◆ lightView

castor::Matrix4x4f castor3d::ShadowMapUboConfiguration::lightView

The documentation for this struct was generated from the following file: