summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-10bring back gltfomniscient
2024-06-09fix texture on cube with openglOmniscient
2024-06-09Merge pull request #16 from omnisci3nce/port-opengl-ralJoshua Rowe
2024-06-09fix cubeOmniscient
2024-06-09triangle on opengl works again. happy daysOmniscient
2024-06-09metal is back, babyomniscient
2024-06-08some more opengl workomniscient
2024-06-07upload data when available on buffer creationOmniscient
2024-06-07what about this?Omniscient
2024-06-07triangle verts werent const so make static insteadOmniscient
2024-06-07chore: fmtOmniscient
2024-06-07fix pool testOmniscient
2024-06-07add vertex/index buffer binding in openglOmniscient
2024-06-07add assert back that pool entry is at least as big as a pointer. add debug na...Omniscient
2024-06-07drop glsl versionOmniscient
2024-05-30wipOmniscient
2024-05-29opengl clear color workingOmniscient
2024-05-29start adding opengl backendomniscient
2024-05-20modify some comments in exampleomniscient
2024-05-20use pool allocator for other gpu backend entitiesOmniscient
2024-05-20Merge pull request #14 from omnisci3nce/realignJoshua Rowe
2024-05-20move standard vertex desc to ral.cOmniscient
2024-05-20Merge branch 'master' into realignOmniscient
2024-05-20chore: fmtOmniscient
2024-05-20cleanup ral.hOmniscient
2024-05-20prototype sidebaromniscient
2024-05-19wip: depthOmniscient
2024-05-19cube texture mapping workingOmniscient
2024-05-19chore: fmtOmniscient
2024-05-19cube compiles againOmniscient
2024-05-18working on image creationOmniscient
2024-05-18use the new pool allocators for buffers in backendOmniscient
2024-05-18initialise gpu resource pools in rendererOmniscient
2024-05-17create default pipelines when initialising rendererOmniscient
2024-05-17remove an assert on data layoutsOmniscient
2024-05-17pool tests and try get macro workingOmniscient
2024-05-17starting on pool allocatorOmniscient
2024-05-17cube workingOmniscient
2024-05-12expand docsomniscient
2024-05-12proc Actionsomniscient
2024-05-12docker commands for mkdocsomniscient
2024-05-12docs folderomniscient
2024-05-12mkdocs.yamlomniscient
2024-05-12Create mkdocs.yamlJoshua Rowe
2024-05-12more restructuringomniscient
2024-05-12uniforms working with hardcoded stuffOmniscient
2024-05-11WIP: shader dataOmniscient
2024-05-11prototyping shader dataomniscient
2024-05-11draw with indexesOmniscient
2024-05-11upload data using staging buffer. use vertex buffer dataOmniscient