|
static CU_API ElementPtrT | makeElement (ResourceCacheBaseT< ElementT, KeyT, ResourceCacheTraitsT< ElementT, KeyT > > const &cache, KeyT const &name, ImageCreateParams const ¶ms) |
|
static CU_API ElementPtrT | makeElement (ResourceCacheBaseT< ElementT, KeyT, ResourceCacheTraitsT< ElementT, KeyT > > const &cache, KeyT const &name, Path const &path, ImageLayout layout, PxBufferBaseUPtr buffer) |
|
static ElementPtrT | makeElement (ElementCacheT const &cache, ElementKeyT const &key, ParametersT &&... params) |
|
static ElementObsT | makeElementObs (ElementPtrT const &element) |
|
static bool | areElementsEqual (ElementObsT const &lhs, ElementObsT const &rhs) |
|
static bool | areElementsEqual (ElementObsT const &lhs, ElementPtrT const &rhs) |
|
static bool | areElementsEqual (ElementPtrT const &lhs, ElementObsT const &rhs) |
|
static bool | areElementsEqual (ElementPtrT const &lhs, ElementPtrT const &rhs) |
|
static bool | isElementObsNull (ElementObsT const &element) |
|
Helper structure to specialise a cache behaviour.