LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::Rendering::Backends::VulkanBuffer::VulkanBufferImpl Class Reference

Inherits LiteFX::Implement< VulkanBuffer >.

Public Member Functions

 VulkanBufferImpl (VulkanBuffer *parent, const BufferType &type, const UInt32 &elements, const size_t &elementSize, const size_t &alignment, const bool &writable, const ResourceState &initialState, const VmaAllocator &allocator, const VmaAllocation &allocation)
 
- Public Member Functions inherited from LiteFX::Implement< VulkanBuffer >
 Implement (VulkanBuffer *parent)
 Initializes the implementation instance. More...
 
 Implement (Implement< VulkanBuffer > &&)=delete
 
 Implement (const Implement< VulkanBuffer > &)=delete
 
virtual ~Implement ()=default
 

Friends

class VulkanBuffer
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ VulkanBufferImpl()

LiteFX::Rendering::Backends::VulkanBuffer::VulkanBufferImpl::VulkanBufferImpl ( VulkanBuffer parent,
const BufferType &  type,
const UInt32 elements,
const size_t &  elementSize,
const size_t &  alignment,
const bool &  writable,
const ResourceState &  initialState,
const VmaAllocator &  allocator,
const VmaAllocation &  allocation 
)
inline

Friends And Related Function Documentation

◆ VulkanBuffer

friend class VulkanBuffer
friend