3#include "Resources/Buffer.h"
5#include "Foundation/ComponentModel/Component.h"
9namespace Cogs::Core::CurtainView
13 static void registerType();
17 bool gradientClamp =
true;
18 bool shadedCurtain =
false;
20 glm::vec3 specular = glm::vec3(0.2f);
36template<>
inline Cogs::StringView getName<Cogs::Core::CurtainView::CurtainViewComponent>() {
return "CurtainViewComponent"; }
Base class for Component instances.
Provides a weakly referenced view over the contents of a string.
BufferView provides a typed, reference-counted, span of an underlying buffer resource.
static const ResourceHandle_t NoHandle
Handle representing a default (or none if default not present) resource.