nngn
|
#include <cstdint>
#include <span>
#include <type_traits>
#include <vector>
#include "graphics/graphics.h"
#include "utils/log.h"
#include "utils.h"
#include "vulkan.h"
Go to the source code of this file.
Classes | |
class | nngn::DeviceMemory |
Manages device memory queries, allocations, and lifetime. More... | |
struct | nngn::DeviceMemoryInfo |
Aggregate type for information about a device's memory heaps. More... | |
Namespaces | |
namespace | nngn |
Typedefs | |
using | nngn::MemoryAllocation = std::uint64_t |