summaryrefslogtreecommitdiff
path: root/engine/render/vulkan (follow)
Commit message (Collapse)AuthorAgeFilesLines
* engine: render: refactor device creation routineHEADmasterDanny Holman2025-08-112-28/+24
| | | | | | | | | Refactor the code responsible for acquisition of queues from the Vulkan logical device. This new design should take into account the actual queue creation limits as well as the case in which the presentation queue is shared between queue families. Signed-off-by: Danny Holman <dholman@gymli.org>
* root: restructuringDanny Holman2025-08-0417-0/+1911
Restructure the root of the project such that the engine is siloed from the rest of the toolchain. Add two new subdirectories that contain an editor and an offline profiling data analyzer. Signed-off-by: Danny Holman <dholman@gymli.org>