Files
Towards/external/loft/modules/base/include/resources/GpuAllocation.h
T
Martin Slachta a04f0dc262 initial
2026-07-18 14:31:15 +02:00

11 lines
124 B
C

#pragma once
#include "vk_mem_alloc.h"
/*
* Gpu memory node.
*/
struct GpuAllocation {
VmaAllocation allocation;
};