summaryrefslogtreecommitdiff
path: root/src/window.hpp
AgeCommit message (Collapse)Author
2023-09-12expose vulkan transfer itemsJonathan Bradley
2023-09-12temp MAX_FRAMES_IN_FLIGHT tweak 2->3Jonathan Bradley
2023-09-08expose queue family indexesJonathan Bradley
2023-09-07expose vkAllocatorJonathan Bradley
2023-09-07window add and expose FindMemoryTypeIndex functionJonathan Bradley
2023-09-06add first graphics binding componentJonathan Bradley
2023-09-06expose vkPhysicalDevicePropertiesJonathan Bradley
2023-09-06first pass add ImGui consoleJonathan Bradley
2023-08-25impelemented imgui sans input handlingJonathan Bradley
2023-08-25cleanupJonathan Bradley
2023-08-25Recreate swapchain and use MAX_FRAMES_IN_FLIGHTJonathan Bradley
Several changes here - use MAX_FRAMES_IN_FLIGHT - recreate swapchain at appropriate points or events - don't need sampler in shader for present because we don't have any other viewports to render yet. (scaling not implemented, etc) - nothing to bind because nothing exists yet - should be ready to implement imgui
2023-08-24add commandBuffer, semaphores, and fence - no binding yetJonathan Bradley
2023-08-12add render + pre + postJonathan Bradley
2023-08-12upload shaderJonathan Bradley
2023-08-08first pass memory bucketsJonathan Bradley
2023-08-05create swapchainJonathan Bradley
2023-07-01add windowJonathan Bradley