Castor3D
..
|
Structure permettant de spécialiser le comportement d'un cache. Plus de détails...
Types publics | |
using | Producer = std::function< std::shared_ptr< Sampler >(KeyType const &) > |
using | Merger = std::function< void(CacheBase< Sampler, KeyType > const &, castor::Collection< Sampler, KeyType > &, std::shared_ptr< Sampler >) > |
Attributs publics statiques | |
static C3D_API const castor::String | Name |
Structure permettant de spécialiser le comportement d'un cache.
using castor3d::CacheTraits< Sampler, KeyType >::Merger = std::function< void( CacheBase< Sampler, KeyType > const & , castor::Collection< Sampler, KeyType > & , std::shared_ptr< Sampler > ) > |
using castor3d::CacheTraits< Sampler, KeyType >::Producer = std::function< std::shared_ptr< Sampler >( KeyType const & ) > |
|
static |