summaryrefslogtreecommitdiffstats
path: root/AssetLoader/interface/GLTFResourceManager.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* C API for GLTFLoaders-ol2021-03-301-161/+0
* GLTF loader: reworked initial texture data to be stored as user data in the t...assiduous2021-01-101-1/+19
* Updated copyright noticeassiduous2021-01-011-1/+1
* GLTFLoader: added option to not load animation data and skinassiduous2020-12-111-3/+6
* 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