#include <ApplicationContext.h>
|
| VkSampler | getOrCreate (VkDevice device, VkSamplerAddressMode addressMode) |
| void | cleanup (VkDevice device) |
|
| std::unordered_map< VkSamplerAddressMode, VkSampler > | cache_ |
| std::mutex | mutex_ |
Definition at line 43 of file ApplicationContext.h.
◆ cleanup()
| void Engine::Core::SamplerCache::cleanup |
( |
VkDevice | device | ) |
|
◆ getOrCreate()
| VkSampler Engine::Core::SamplerCache::getOrCreate |
( |
VkDevice | device, |
|
|
VkSamplerAddressMode | addressMode ) |
◆ cache_
| std::unordered_map<VkSamplerAddressMode, VkSampler> Engine::Core::SamplerCache::cache_ |
|
private |
◆ mutex_
| std::mutex Engine::Core::SamplerCache::mutex_ |
|
private |
The documentation for this class was generated from the following file: