Castor3D  ..
Classes | Espaces de nommage | Macros
Référence du fichier GpInfoUbo.hpp
+ Graphe des dépendances par inclusion de GpInfoUbo.hpp:
+ Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

Classes

class  castor3d::GpInfoUbo
 

Espaces de nommage

 castor3d
 

Macros

#define UBO_GPINFO(p_writer)
 

Documentation des macros

◆ UBO_GPINFO

#define UBO_GPINFO (   p_writer)
Valeur :
auto c3d_mtxInvViewProj = gpInfo.declMember< glsl::Mat4 >( castor3d::GpInfoUbo::InvViewProj );\
auto c3d_mtxInvView = gpInfo.declMember< glsl::Mat4 >( castor3d::GpInfoUbo::InvView );\
auto c3d_mtxInvProj = gpInfo.declMember< glsl::Mat4 >( castor3d::GpInfoUbo::InvProj );\
auto c3d_mtxGView = gpInfo.declMember< glsl::Mat4 >( castor3d::GpInfoUbo::View );\
auto c3d_mtxGProj = gpInfo.declMember< glsl::Mat4 >( castor3d::GpInfoUbo::Proj );\
auto c3d_renderSize = gpInfo.declMember< glsl::Vec2 >( castor3d::GpInfoUbo::RenderSize );\
gpInfo.end()
static const castor::String GPInfo
Definition: GpInfoUbo.hpp:28
static const castor::String RenderSize
Definition: GpInfoUbo.hpp:34
static const castor::String View
Definition: GpInfoUbo.hpp:32
static const castor::String Proj
Definition: GpInfoUbo.hpp:33
static const castor::String InvProj
Definition: GpInfoUbo.hpp:31
static constexpr uint32_t BindingPoint
Definition: GpInfoUbo.hpp:35
static const castor::String InvView
Definition: GpInfoUbo.hpp:30
static const castor::String InvViewProj
Definition: GpInfoUbo.hpp:29