nngn
|
#include <limits>
#include "graphics/stats.h"
#include "utils/log.h"
#include "instance.h"
#include "resource.h"
#include "vulkan.h"
Go to the source code of this file.
Classes | |
class | nngn::StagingBuffer |
Manages staging buffers for a group of frames. More... | |
struct | nngn::StagingBuffer::FreeBuffer |
Buffer in the free list, ready to be reused. More... | |
struct | nngn::StagingBuffer::Frame |
Data for a single frame. More... | |
struct | nngn::StagingBuffer::Allocation |
Result of a block allocation. More... | |
struct | nngn::StagingBuffer::MappedRegion |
Region mapped for writting. More... | |
Namespaces | |
namespace | nngn |