summaryrefslogtreecommitdiffstats
path: root/TextureLoader/src/KTXLoader.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replaced Align with AlignUpassiduous2021-03-191-1/+1
|
* GLTF loader: reworked initial texture data to be stored as user data in the ↵assiduous2021-01-101-6/+8
| | | | texture/allocation to make sure that GPU data is always initialized before the first use
* Updated copyright noticeassiduous2021-01-011-1/+1
|
* Enabled C API for texture loading functionsassiduous2020-02-021-0/+13
|
* Updates to comply with the new APIassiduous2020-01-291-2/+2
|
* Updated copyright noticeassiduous2020-01-011-7/+11
|
* clang-formatted TextureLoader projectEgor Yusov2019-11-251-100/+102
|
* Updated copyright noticeEgor Yusov2019-09-171-1/+1
|
* Update GLTF loader; fixed warning in KTX loaderEgor Yusov2019-05-031-1/+1
|
* Implemented loading textures from KTXEgor Yusov2019-04-281-0/+279