Castor3D 0.12.0
Multiplatform 3D engine
Classes | Namespaces | Macros
LayeredLpvGridConfigUbo.hpp File Reference

Classes

struct  castor3d::shader::LayeredLpvGridData
 
class  castor3d::LayeredLpvGridConfigUbo
 

Namespaces

namespace  castor3d
 
namespace  castor3d::shader
 

Macros

#define C3D_LayeredLpvGridConfig(writer, binding, set, enabled)
 

Macro Definition Documentation

◆ C3D_LayeredLpvGridConfig

#define C3D_LayeredLpvGridConfig (   writer,
  binding,
  set,
  enabled 
)
Value:
sdw::Ubo layeredLpvConfig{ writer\
, uint32_t( binding )\
, uint32_t( set )\
, ast::type::MemoryLayout::eStd140 };\
auto c3d_llpvGridData = layeredLpvConfig.declMember< castor3d::shader::LayeredLpvGridData >( castor3d::LayeredLpvGridConfigUbo::LayeredLpvGridData, enabled );\
layeredLpvConfig.end()
Definition: LayeredLpvGridConfigUbo.hpp:23
static C3D_API const std::string LayeredLpvConfig
Definition: LayeredLpvGridConfigUbo.hpp:86
static C3D_API const std::string LayeredLpvGridData
Definition: LayeredLpvGridConfigUbo.hpp:87