Files
Towards/external/loft/modules/base/include/resources/GpuAllocation.h
T

11 lines
124 B
C
Raw Normal View History

2026-07-18 14:31:15 +02:00
#pragma once
#include "vk_mem_alloc.h"
/*
* Gpu memory node.
*/
struct GpuAllocation {
VmaAllocation allocation;
};