|
CeresEngine 0.2.0
A game development framework
|
A special type of render resource ref that is used to reference outputs of a render task. More...
#include <CeresEngine/Renderer/RenderGraph/RenderResourceRef.hpp>
Public Member Functions | |
| bool | isInput () const final |
| bool | isOutput () const final |
Public Member Functions inherited from CeresEngine::TRenderResourceRef< T > | |
| T & | get () const |
| bool | valid () const |
| operator bool () const | |
| T & | operator* () const |
| T * | operator-> () const |
| operator T& () const | |
| operator T* () const | |
A special type of render resource ref that is used to reference outputs of a render task.
| T | The render resource type bound to the output. |
|
inlinefinal |
|
inlinefinal |