CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::TSlot< P, RT > Class Template Reference

A type-safe slot base class. More...

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

Inheritance diagram for CeresEngine::TSlot< P, RT >:
CeresEngine::TInput< ImageRenderResource >

Public Member Functions

RenderResourceType getResourceType () const final
 The type of resource accepted by the slot.
 

Detailed Description

template<typename P, typename RT>
class CeresEngine::TSlot< P, RT >

A type-safe slot base class.

Template Parameters
PThe slot type either an input or output slot.
RTThe resource type to be connected to the slot.

Member Function Documentation

◆ getResourceType()

template<typename P , typename RT >
RenderResourceType CeresEngine::TSlot< P, RT >::getResourceType ( ) const
inlinefinal

The type of resource accepted by the slot.


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