LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::Rendering::Backends::VulkanImage::VulkanImageImpl Class Reference

Inherits LiteFX::Implement< VulkanImage >.

Public Member Functions

 VulkanImageImpl (VulkanImage *parent, const VulkanDevice &device, const Size3d &extent, const Format &format, const ImageDimensions &dimensions, const UInt32 &levels, const UInt32 &layers, const MultiSamplingLevel &samples, const bool &writable, const ResourceState &initialState, VmaAllocator allocator, VmaAllocation allocation)
 
- Public Member Functions inherited from LiteFX::Implement< VulkanImage >
 Implement (VulkanImage *parent)
 Initializes the implementation instance. More...
 
 Implement (Implement< VulkanImage > &&)=delete
 
 Implement (const Implement< VulkanImage > &)=delete
 
virtual ~Implement ()=default
 

Friends

class VulkanImage
 

Additional Inherited Members

- Public Types inherited from LiteFX::Implement< VulkanImage >
using interface_type = VulkanImage
 
using base = Implement< interface_type >
 
- Protected Attributes inherited from LiteFX::Implement< VulkanImage >
VulkanImage * m_parent
 

Constructor & Destructor Documentation

◆ VulkanImageImpl()

LiteFX::Rendering::Backends::VulkanImage::VulkanImageImpl::VulkanImageImpl ( VulkanImage parent,
const VulkanDevice device,
const Size3d extent,
const Format &  format,
const ImageDimensions &  dimensions,
const UInt32 levels,
const UInt32 layers,
const MultiSamplingLevel &  samples,
const bool &  writable,
const ResourceState &  initialState,
VmaAllocator  allocator,
VmaAllocation  allocation 
)
inline

Friends And Related Function Documentation

◆ VulkanImage

friend class VulkanImage
friend