Castor3D 0.16.0
Multiplatform 3D engine
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
castor3d::shader::LayeredLpvGridData Struct Reference

#include <LayeredLpvGridConfigUbo.hpp>

Inheritance diagram for castor3d::shader::LayeredLpvGridData:
Inheritance graph
[legend]
Collaboration diagram for castor3d::shader::LayeredLpvGridData:
Collaboration graph
[legend]

Public Member Functions

C3D_API LayeredLpvGridData (sdw::ShaderWriter &writer, ast::expr::ExprPtr expr, bool enabled)
 
 SDW_DeclStructInstance (C3D_API, LayeredLpvGridData)
 

Static Public Member Functions

static C3D_API ast::type::BaseStructPtr makeType (ast::type::TypesCache &cache)
 
static C3D_API castor::RawUniquePtr< sdw::Struct > declare (sdw::ShaderWriter &writer)
 

Public Attributes

sdw::Array< sdw::Vec4 > allMinVolumeCorners
 
sdw::Vec4 allCellSizes
 
sdw::Vec4 gridSizesAtt
 
sdw::Vec3 gridSizes
 
sdw::Float indirectAttenuation
 

Constructor & Destructor Documentation

◆ LayeredLpvGridData()

C3D_API castor3d::shader::LayeredLpvGridData::LayeredLpvGridData ( sdw::ShaderWriter & writer,
ast::expr::ExprPtr expr,
bool enabled )

Member Function Documentation

◆ declare()

static C3D_API castor::RawUniquePtr< sdw::Struct > castor3d::shader::LayeredLpvGridData::declare ( sdw::ShaderWriter & writer)
static

◆ makeType()

static C3D_API ast::type::BaseStructPtr castor3d::shader::LayeredLpvGridData::makeType ( ast::type::TypesCache & cache)
static

◆ SDW_DeclStructInstance()

castor3d::shader::LayeredLpvGridData::SDW_DeclStructInstance ( C3D_API ,
LayeredLpvGridData  )

Member Data Documentation

◆ allCellSizes

sdw::Vec4 castor3d::shader::LayeredLpvGridData::allCellSizes

◆ allMinVolumeCorners

sdw::Array< sdw::Vec4 > castor3d::shader::LayeredLpvGridData::allMinVolumeCorners

◆ gridSizes

sdw::Vec3 castor3d::shader::LayeredLpvGridData::gridSizes

◆ gridSizesAtt

sdw::Vec4 castor3d::shader::LayeredLpvGridData::gridSizesAtt

◆ indirectAttenuation

sdw::Float castor3d::shader::LayeredLpvGridData::indirectAttenuation

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