Cogs.Foundation
|
#include "Allocator.h"
#include "../StringView.h"
#include <glm/ext/quaternion_float.hpp>
#include <glm/ext/matrix_float4x4.hpp>
#include <glm/ext/vector_float3.hpp>
#include <glm/ext/vector_float4.hpp>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
class | Cogs::Memory::MemoryBuffer |
class | Cogs::Memory::TypedBuffer< T > |
Namespaces | |
namespace | Cogs |
Main Cogs namespace. | |
namespace | Cogs::Memory |
Functions | |
COGSFOUNDATION_API std::string | Cogs::Memory::MemToHexString (const void *memory, size_t size) |
Convert a memory buffer to a nicely formatted string of hex digits for debug purposes. | |