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

Classes

struct  castor3d::shader::VoxelData
 
struct  castor3d::VoxelizerUboConfiguration
 
class  castor3d::VoxelizerUbo
 

Namespaces

namespace  castor3d
 
namespace  castor3d::shader
 

Macros

#define C3D_Voxelizer(writer, binding, set, enable)
 

Macro Definition Documentation

◆ C3D_Voxelizer

#define C3D_Voxelizer (   writer,
  binding,
  set,
  enable 
)
Value:
sdw::Ubo voxelizer{ writer\
, uint32_t( binding )\
, uint32_t( set )\
, ast::type::MemoryLayout::eStd140\
, enable };\
auto c3d_voxelData = voxelizer.declMember< shader::VoxelData >( castor3d::VoxelizerUbo::VoxelData );\
voxelizer.end()
static C3D_API castor::String const BufferVoxelizer
Definition: VoxelizerUbo.hpp:132
static C3D_API castor::String const VoxelData
Definition: VoxelizerUbo.hpp:133