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

#include <GlslCullData.hpp>

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

Public Member Functions

C3D_API CullData (sdw::ShaderWriter &writer, sdw::expr::ExprPtr expr, bool enabled=true)
 
 SDW_DeclStructInstance (C3D_API, CullData)
 

Static Public Member Functions

static C3D_API sdw::type::BaseStructPtr makeType (sdw::type::TypesCache &cache)
 

Public Attributes

sdw::Vec4 sphere
 
sdw::Vec4 cone
 

Constructor & Destructor Documentation

◆ CullData()

C3D_API castor3d::shader::CullData::CullData ( sdw::ShaderWriter & writer,
sdw::expr::ExprPtr expr,
bool enabled = true )

Member Function Documentation

◆ makeType()

static C3D_API sdw::type::BaseStructPtr castor3d::shader::CullData::makeType ( sdw::type::TypesCache & cache)
static

◆ SDW_DeclStructInstance()

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

Member Data Documentation

◆ cone

sdw::Vec4 castor3d::shader::CullData::cone

◆ sphere

sdw::Vec4 castor3d::shader::CullData::sphere

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