3#include "Components/Core/DynamicComponent.h"
5#include "Resources/Buffer.h"
7namespace Cogs::Core::Volumetric
11 static void registerType();
22 glm::vec3 extentMin = { -1,-1,-1 };
23 glm::vec3 extentMax = { 1, 1, 1, };
27template<>
inline Cogs::StringView getName<Cogs::Core::Volumetric::PointDataComponent>() {
return "VolPointDataComponent"; }
Base class for components implementing dynamic behavior.
Provides a weakly referenced view over the contents of a string.
BufferView provides a typed, reference-counted, span of an underlying buffer resource.