#include <GlslLightSurface.hpp>
|
static C3D_API sdw::type::BaseStructPtr | makeType (ast::type::TypesCache &cache, sdw::type::TypePtr type) |
|
static C3D_API sdw::type::BaseStructPtr | makeType (ast::type::TypesCache &cache, bool enableDotProducts) |
|
static C3D_API ast::type::BaseStructPtr | makeType (ast::type::TypesCache &cache, LightSurface const &rhs) |
|
static C3D_API LightSurface | create (sdw::ShaderWriter &writer, castor::MbString const &name, sdw::Vec3 const eye, DerivVec4 const world, DerivVec3 const view, sdw::Vec3 const clip, DerivVec3 const normal, bool enableDotProducts=true) |
|
static C3D_API LightSurface | create (sdw::ShaderWriter &writer, castor::MbString const &name, DerivVec4 const world, sdw::Vec3 const clip, DerivVec3 const normal, bool enableDotProducts=false) |
|
static C3D_API LightSurface | create (sdw::ShaderWriter &writer, Utils &utils, castor::MbString const &name, sdw::Vec3 const eye, DerivVec4 const world, DerivVec3 const view, sdw::Vec3 const clip, DerivVec3 const normal, BlendComponents const &components, bool enableDotProducts=true) |
|
◆ LightSurface() [1/2]
C3D_API castor3d::shader::LightSurface::LightSurface |
( |
sdw::ShaderWriter & | writer, |
|
|
sdw::expr::ExprPtr | expr, |
|
|
bool | enabled ) |
◆ LightSurface() [2/2]
C3D_API castor3d::shader::LightSurface::LightSurface |
( |
sdw::Vec3 const | eye, |
|
|
DerivVec4 const | world, |
|
|
DerivVec3 const | view, |
|
|
sdw::Vec3 const | clip, |
|
|
DerivVec3 const | normal, |
|
|
bool | enableDotProducts ) |
◆ clipPosition()
auto castor3d::shader::LightSurface::clipPosition |
( |
| ) |
const |
|
inline |
◆ create() [1/3]
◆ create() [2/3]
◆ create() [3/3]
◆ eyePosition()
auto castor3d::shader::LightSurface::eyePosition |
( |
| ) |
const |
|
inline |
◆ H()
auto castor3d::shader::LightSurface::H |
( |
| ) |
const |
|
inline |
◆ HdotL()
DerivFloat castor3d::shader::LightSurface::HdotL |
( |
| ) |
const |
|
inline |
◆ HdotV()
DerivFloat castor3d::shader::LightSurface::HdotV |
( |
| ) |
const |
|
inline |
◆ L()
auto castor3d::shader::LightSurface::L |
( |
| ) |
const |
|
inline |
◆ LdotV()
DerivFloat castor3d::shader::LightSurface::LdotV |
( |
| ) |
const |
|
inline |
◆ lengthL()
auto castor3d::shader::LightSurface::lengthL |
( |
| ) |
const |
|
inline |
◆ lengthV()
auto castor3d::shader::LightSurface::lengthV |
( |
| ) |
const |
|
inline |
◆ makeType() [1/3]
static C3D_API sdw::type::BaseStructPtr castor3d::shader::LightSurface::makeType |
( |
ast::type::TypesCache & | cache, |
|
|
bool | enableDotProducts ) |
|
static |
◆ makeType() [2/3]
static C3D_API ast::type::BaseStructPtr castor3d::shader::LightSurface::makeType |
( |
ast::type::TypesCache & | cache, |
|
|
LightSurface const & | rhs ) |
|
static |
◆ makeType() [3/3]
static C3D_API sdw::type::BaseStructPtr castor3d::shader::LightSurface::makeType |
( |
ast::type::TypesCache & | cache, |
|
|
sdw::type::TypePtr | type ) |
|
static |
◆ N()
auto castor3d::shader::LightSurface::N |
( |
| ) |
const |
|
inline |
◆ NdotH()
DerivFloat castor3d::shader::LightSurface::NdotH |
( |
| ) |
const |
|
inline |
◆ NdotL()
DerivFloat castor3d::shader::LightSurface::NdotL |
( |
| ) |
const |
|
inline |
◆ NdotV()
auto castor3d::shader::LightSurface::NdotV |
( |
| ) |
const |
|
inline |
◆ registerDebug()
◆ updateL()
C3D_API void castor3d::shader::LightSurface::updateL |
( |
DerivVec3 const | VtoL | ) |
const |
◆ updateN()
◆ V()
auto castor3d::shader::LightSurface::V |
( |
| ) |
const |
|
inline |
◆ vertexToLight()
auto castor3d::shader::LightSurface::vertexToLight |
( |
| ) |
const |
|
inline |
◆ viewPosition()
auto castor3d::shader::LightSurface::viewPosition |
( |
| ) |
const |
|
inline |
◆ worldPosition()
auto castor3d::shader::LightSurface::worldPosition |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: