Vireo  0.0
Vireo 3D Rendering Hardware Interface
RenderTarget Class Reference

Detailed Description

A color or depth render attachment

Manual page : Render pass

Public Member Functions

auto getImage () const
 
auto getType () const
 
 RenderTarget (const RenderTargetType type, const std::shared_ptr< Image > &image)
 
virtual ~RenderTarget () = default
 
 RenderTarget (RenderTarget &) = delete
 
RenderTarget & operator= (const RenderTarget &) = delete
 

Constructor & Destructor Documentation

RenderTarget ( const RenderTargetType  type,
const std::shared_ptr< Image > &  image 
)
inline
virtual ~RenderTarget ( )
virtualdefault
RenderTarget ( RenderTarget &  )
delete

Member Function Documentation

auto getImage ( ) const
inline

Return the associated image

auto getType ( ) const
inline

Return the type of the attachment

RenderTarget& operator= ( const RenderTarget &  )
delete