LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::Rendering::BufferAttribute::BufferAttributeImpl Class Reference

Inherits LiteFX::Implement< BufferAttribute >.

Public Member Functions

 BufferAttributeImpl (BufferAttribute *parent, const UInt32 &location, const UInt32 &offset, const BufferFormat &format, const AttributeSemantic &semantic, const UInt32 &semanticIndex)
 
- Public Member Functions inherited from LiteFX::Implement< BufferAttribute >
 Implement (BufferAttribute *parent)
 Initializes the implementation instance. More...
 
 Implement (Implement< BufferAttribute > &&)=delete
 
 Implement (const Implement< BufferAttribute > &)=delete
 
virtual ~Implement ()=default
 

Friends

class BufferAttribute
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ BufferAttributeImpl()

LiteFX::Rendering::BufferAttribute::BufferAttributeImpl::BufferAttributeImpl ( BufferAttribute parent,
const UInt32 location,
const UInt32 offset,
const BufferFormat &  format,
const AttributeSemantic &  semantic,
const UInt32 semanticIndex 
)
inline

Friends And Related Function Documentation

◆ BufferAttribute

friend class BufferAttribute
friend