LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::Rendering::Backends::DirectX12DescriptorLayout::DirectX12DescriptorLayoutImpl Class Reference

Inherits LiteFX::Implement< DirectX12DescriptorLayout >.

Public Member Functions

 DirectX12DescriptorLayoutImpl (DirectX12DescriptorLayout *parent, const DescriptorType &type, const UInt32 &binding, const size_t &elementSize, const UInt32 &descriptors)
 
 DirectX12DescriptorLayoutImpl (DirectX12DescriptorLayout *parent, UniquePtr< IDirectX12Sampler > &&staticSampler, const UInt32 &binding)
 
- Public Member Functions inherited from LiteFX::Implement< DirectX12DescriptorLayout >
 Implement (DirectX12DescriptorLayout *parent)
 Initializes the implementation instance. More...
 
 Implement (Implement< DirectX12DescriptorLayout > &&)=delete
 
 Implement (const Implement< DirectX12DescriptorLayout > &)=delete
 
virtual ~Implement ()=default
 

Friends

class DirectX12DescriptorLayout
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ DirectX12DescriptorLayoutImpl() [1/2]

LiteFX::Rendering::Backends::DirectX12DescriptorLayout::DirectX12DescriptorLayoutImpl::DirectX12DescriptorLayoutImpl ( DirectX12DescriptorLayout parent,
const DescriptorType &  type,
const UInt32 binding,
const size_t &  elementSize,
const UInt32 descriptors 
)
inline

◆ DirectX12DescriptorLayoutImpl() [2/2]

LiteFX::Rendering::Backends::DirectX12DescriptorLayout::DirectX12DescriptorLayoutImpl::DirectX12DescriptorLayoutImpl ( DirectX12DescriptorLayout parent,
UniquePtr< IDirectX12Sampler > &&  staticSampler,
const UInt32 binding 
)
inline

Friends And Related Function Documentation

◆ DirectX12DescriptorLayout

friend class DirectX12DescriptorLayout
friend