summaryrefslogtreecommitdiff
path: root/gfx/models/texture.cpp
Commit message (Collapse)AuthorAge
* Allow creating a texture directly from an dimensions and pixel dataDan Goodliffe2022-10-14
|
* Allow creating a texture directly from an ImageDan Goodliffe2022-10-13
|
* Cache allows multiple key partsDan Goodliffe2022-01-01
|
* Generic solution for glGen/glDel arrays, then tidy-up the usesDan Goodliffe2022-01-01
|
* Enable all Jason Turner recommended warningsDan Goodliffe2021-11-26
|
* Include stb directlyDan Goodliffe2021-11-25
|
* Restructure to allow a resource path and testingDan Goodliffe2021-02-04
|
* Remove magic number and float flags from texture loaderDan Goodliffe2021-01-26
|
* Move texture cache to Texture classDan Goodliffe2021-01-25
|
* Big reshuffleDan Goodliffe2021-01-17
Fixes code quality warnings now picked up.