![]() |
API Documentation
|
Manages all images within the Vulkan space. More...
#include <VulkanImage.h>
Public Member Functions | |
| ConstPointer< VulkanImageData > | getImage (const String &file) |
| bool | needsImageUpdate () const |
| bool | updateImages () |
| VulkanImageManager (const ConstPointer< VulkanDevice > &instance) | |
| ~VulkanImageManager () | |
Public Attributes | |
| ConstPointer< VulkanDevice > | m_device |
| Dictionary< String, DynamicPointer< VulkanImageData > > | m_file_map |
| uint04 | m_mip_map_depth |
Manages all images within the Vulkan space.
| VulkanImageManager | ( | const ConstPointer< VulkanDevice > & | instance | ) |
| ~VulkanImageManager | ( | ) |
| ConstPointer< VulkanImageData > getImage | ( | const String & | file | ) |
| bool needsImageUpdate | ( | ) | const |
| bool updateImages | ( | ) |
| ConstPointer<VulkanDevice> m_device |
| Dictionary<String, DynamicPointer<VulkanImageData> > m_file_map |
| uint04 m_mip_map_depth |