summaryrefslogtreecommitdiff
path: root/src/renderer/backends
AgeCommit message (Collapse)Author
2024-05-04set up most of basic pipeline stateOmniscient
2024-05-04compile glsl to spirv for triangle shaderOmniscient
2024-05-04Merge branch 'realign' of github.com:omnisci3nce/celeritas-core into realignOmniscient
2024-05-04create image views for swapchainOmniscient
2024-05-04finish swapchain creationOmniscient
2024-05-04finish swapchain creationOmniscient
2024-05-04swapchain supportOmniscient
2024-05-03get present queueOmniscient
2024-05-03create logical deviceOmniscient
2024-04-28start on pipeline layout, pipeline, renderpassomnisci3nce
2024-04-28start porting vulkan code to new RALomnisci3nce
2024-04-28getting vulkan working on windowsomnisci3nce
2024-04-27fixomniscient
2024-04-27getting us compiling on windowsomnisci3nce
2024-04-27expanding desired containersomniscient
2024-04-27wipomnisci3nce
2024-04-27Merge remote-tracking branch 'origin/cel-67-load-animation-data-from-gltf' ↵omnisci3nce
into ral
2024-04-27Start moving more files to using ral.homniscient
2024-04-04loading animation data - step 1omnisci3nce
2024-04-04add AnimatedCubeomnisci3nce
2024-04-01image / textures !Omniscient
2024-03-31adding image creation for texturesOmniscient
2024-03-31fix discrepancy between opengl and vulkanOmniscient
2024-03-31redo cube primitive vertex and normalsOmniscient
2024-03-31more api designomniscient
2024-03-31working on cube (hardcoded)Omniscient
2024-03-30vulkan glossaryOmniscient
2024-03-30start adding mouse input processingOmniscient
2024-03-30square boi recedes into the distance.Omniscient
2024-03-30uniform with descriptor set. fix image_index being 4 when expoected to be 3Omniscient
2024-03-30get it working on other PC. hacky code in placeOmniscient
2024-03-29triangleomnisci3nce
2024-03-27start going through Kohi episode 26omnisci3nce
2024-03-27simple shaders for testingomnisci3nce
2024-03-26compile shader to spirv in build. start adding shader module codeomnisci3nce
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-09renderer functions necessary for model drawingomniscient
2024-02-25change glfw header importsOmniscient