|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Vulkan image resource handles. More...
#include <VKImage.hpp>
Collaboration diagram for MayaFlux::Core::VKImageResources:Public Attributes | |
| vk::Image | image |
| vk::ImageView | image_view |
| vk::DeviceMemory | memory |
| vk::Sampler | sampler |
Vulkan image resource handles.
Stores all Vulkan handles associated with an image. Set by backend after allocation.
Definition at line 15 of file VKImage.hpp.