Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | engine: render: refactor device creation routineHEADmaster | Danny Holman | 2025-08-11 | 2 | -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: restructuring | Danny Holman | 2025-08-04 | 17 | -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> |