diff --git a/inc/hgl/graph/TileData.h b/inc/hgl/graph/TileData.h index 20d35fae..6ba7e980 100644 --- a/inc/hgl/graph/TileData.h +++ b/inc/hgl/graph/TileData.h @@ -15,6 +15,8 @@ namespace hgl */ class TileData ///Tile纹理管理 { + Device *device; + public: struct Object @@ -28,18 +30,22 @@ namespace hgl protected: + vulkan::Buffer *tile_buffer; ///