Castor3D 0.16.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 lightOffset {}
 

Detailed Description

Shadow map data.

Member Data Documentation

◆ lightOffset

uint32_t castor3d::ShadowMapUboConfiguration::lightOffset {}

◆ 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: