3#include "Components/Core/RenderComponent.h"
6#include "Resources/Resources.h"
18 glm::vec4 clearColor = { 0, 0, 0, 0 };
22 static void registerType();
27template<>
inline Cogs::StringView getName<Cogs::Core::GuiRenderComponent>() {
return "GuiRenderComponent"; }
Base component for all rendering content.
Provides a weakly referenced view over the contents of a string.
Contains all Cogs related functionality.
Handle to a Component instance.
static ComponentHandle Empty()
Returns an empty, invalid handle. Will evaluate to false if tested against using operator bool().