VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
venom::common::ValidGraphicsCachedResource Concept Reference

Concept definition

template<class T>
concept venom::common::ValidGraphicsCachedResource = std::is_base_of<GraphicsCachedResource, T>::value && !std::is_base_of<GraphicsPluginObject, T>::value
Definition GraphicsPluginObject.h:22