CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::RenderGraphOutput< T > Class Template Reference

A special type of render resource ref that is used to reference outputs of a render task. More...

#include <CeresEngine/Renderer/RenderGraph/RenderResourceRef.hpp>

Inheritance diagram for CeresEngine::RenderGraphOutput< T >:
CeresEngine::TRenderResourceRef< T >

Public Member Functions

bool isInput () const final
 
bool isOutput () const final
 
- Public Member Functions inherited from CeresEngine::TRenderResourceRef< T >
Tget () const
 
bool valid () const
 
 operator bool () const
 
Toperator* () const
 
Toperator-> () const
 
 operator T& () const
 
 operator T* () const
 

Detailed Description

template<typename T>
class CeresEngine::RenderGraphOutput< T >

A special type of render resource ref that is used to reference outputs of a render task.

Template Parameters
TThe render resource type bound to the output.

Member Function Documentation

◆ isInput()

template<typename T >
bool CeresEngine::RenderGraphOutput< T >::isInput ( ) const
inlinefinal

◆ isOutput()

template<typename T >
bool CeresEngine::RenderGraphOutput< T >::isOutput ( ) const
inlinefinal


The documentation for this class was generated from the following files: