summaryrefslogtreecommitdiff
path: root/src/renderer
AgeCommit message (Collapse)Author
2024-03-25clearing the screen with a clear color!omnisci3nce
2024-03-25sync objectsomnisci3nce
2024-03-25chore: formatomniscient
2024-03-25wip: framebuffer creationomniscient
2024-03-24wip: framebuffer structomnisci3nce
2024-03-24command pool and allocate command buffersomnisci3nce
2024-03-24swapchain creation and main renderpassomnisci3nce
2024-03-24creating swapchainomnisci3nce
2024-03-23temporarily ignore compute queueomnisci3nce
need to understand the family queue indexes more, as it was complaining about present and compute both having index 2
2024-03-23fix vulkan debug callbackomnisci3nce
2024-03-23vk debugger and physical device selectionomnisci3nce
omg.
2024-03-23required extensions and validation layersomnisci3nce
2024-03-22swap PCsomniscient
2024-03-22misc comments + cleanupomniscient
2024-03-14chore: formatomniscient
2024-03-14lights, camera, actionomniscient
2024-03-09chore: formatomniscient
2024-03-09renderer functions necessary for model drawingomniscient
2024-03-05pass mesh and material darrays for happy path.Omniscient
we will probably swap to an arena allocator for the temp darrays soon but not right yet
2024-03-05loads and runs now (no visuals yet)Omniscient
2024-03-05why is it crashing on file loading now?Omniscient
2024-03-05wip: port obj loaderOmniscient
2024-03-05add render types for material and textureOmniscient
2024-02-25boilerplate for more examplesOmniscient
2024-02-25Merge branch 'master' into feature/some-string-utilsOmniscient
2024-02-25change glfw header importsOmniscient
2024-02-25new string function signatures just droppedOmniscient
2024-02-24add handle def macroOmniscient
2024-02-24repo init. partial port of existing codeOmniscient