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

#include <RsmConfigUbo.hpp>

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

Public Member Functions

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

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::Float intensity
 
sdw::Float maxRadius
 
sdw::UInt32 sampleCount
 
sdw::Int32 index
 

Constructor & Destructor Documentation

◆ RsmConfigData()

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

Member Function Documentation

◆ declare()

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

◆ makeType()

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

◆ SDW_DeclStructInstance()

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

Member Data Documentation

◆ index

sdw::Int32 castor3d::shader::RsmConfigData::index

◆ intensity

sdw::Float castor3d::shader::RsmConfigData::intensity

◆ maxRadius

sdw::Float castor3d::shader::RsmConfigData::maxRadius

◆ sampleCount

sdw::UInt32 castor3d::shader::RsmConfigData::sampleCount

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