galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::graphics::is_posteffect Concept Reference

Constraint to ensure type is a Post Effect. More...

#include <PostEffect.hpp>

Concept definition

template<typename T>
concept galaxy::graphics::is_posteffect = std::derived_from<T, PostEffect>
Constraint to ensure type is a Post Effect.

Detailed Description

Constraint to ensure type is a Post Effect.

Template Parameters
TType to test.

Definition at line 87 of file PostEffect.hpp.