summaryrefslogtreecommitdiffstats
path: root/AssetLoader/interface/GLTFResourceManager.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed clang build errorsassiduous2020-12-101-5/+7
* Reworked GLTF resource manager to use BufferSuballocator and DynamicTextureAtlasassiduous2020-12-091-245/+51
* GLTF Resource manager: implemented texture array resizingassiduous2020-12-051-17/+79
* GLTFResourceManager: added texture allocation cacheassiduous2020-12-021-4/+16
* Refcactored GLTFResourceManager: made allocations ref-counted objectsassiduous2020-12-021-46/+136
* GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methodsassiduous2020-12-011-3/+8
* GLTF Loader: implemented buffer suballocation in cacheassiduous2020-12-011-6/+7
* GLTF loader: initial implementation of GLTF resource cacheassiduous2020-11-301-0/+162