aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Camera: refactor, make it more universalJoursoir2021-04-112-22/+26
|
* add stb_image header; update Texture include headerJoursoir2021-04-101-1/+1
|
* Mesh: add mode for draw elementsJoursoir2021-04-062-4/+6
|
* Shader: read file with shader source codeJoursoir2021-04-042-3/+13
|
* add camera subsystemJoursoir2021-04-022-0/+139
|
* add texture routinesJoursoir2021-04-022-0/+93
|
* add Vertex structJoursoir2021-03-291-0/+11
|
* add mesh routinesJoursoir2021-03-282-0/+67
|
* add shader subsystemJoursoir2021-03-232-0/+91