LiteFX 0.3.1.2022
Computer Graphics Engine
LiteFX::Rendering::StateResource::StateResourceImpl Class Reference

Inherits LiteFX::Implement< StateResource >.

Public Member Functions

 StateResourceImpl (StateResource *parent, StringView name)
 
- Public Member Functions inherited from LiteFX::Implement< StateResource >
 Implement (StateResource *parent)
 Initializes the implementation instance. More...
 
 Implement (Implement< StateResource > &&)=delete
 
 Implement (const Implement< StateResource > &)=delete
 
virtual ~Implement ()=default
 

Friends

class StateResource
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ StateResourceImpl()

LiteFX::Rendering::StateResource::StateResourceImpl::StateResourceImpl ( StateResource parent,
StringView  name 
)
inline

Friends And Related Function Documentation

◆ StateResource

friend class StateResource
friend