|
VulkanEngine 0.1
Graphics engine using Vulkan
|
Base class for image types. More...
#include <ImageBase.h>
Public Member Functions | |
| ImageBase () | |
| Contructor. | |
| virtual | ~ImageBase () |
| Destructor. | |
| virtual vk::Image | getVkImage () const =0 |
| Get the interal vulkan image. | |
| virtual vk::ImageView | getVkImageView () const =0 |
| Get the internal vulkan image view. | |
Base class for image types.
|
pure virtual |
Get the interal vulkan image.
Implemented in VulkanEngine::Image< format, image_type, tiling, sample_count_flags >.
|
pure virtual |
Get the internal vulkan image view.
Implemented in VulkanEngine::Image< format, image_type, tiling, sample_count_flags >.