Added DeviceBufferMap, first used in ViewportInfo

This commit is contained in:
2025-03-06 01:22:35 +08:00
parent c5e9f151fc
commit 55765cf112
5 changed files with 57 additions and 6 deletions

View File

@@ -70,6 +70,7 @@ class TileData;
class DeviceMemory;
class DeviceBuffer;
struct DeviceBufferData;
template<typename T> class DeviceBufferMap;
struct PrimitiveDataBuffer;
struct PrimitiveRenderData;