synvael/crates/renderer/src
2026-05-10 22:56:14 +02:00
..
device.rs refactor(renderer): modularize crate and enable vulkan 1.3 features 2026-05-09 21:43:30 +02:00
error.rs fix(renderer): handle u32::MAX swapchain extent 2026-04-30 15:17:38 +02:00
instance.rs refactor(renderer): modularize crate and enable vulkan 1.3 features 2026-05-09 21:43:30 +02:00
lib.rs feat(renderer): integrate graphics pipeline and initialize gpu allocator with centralized frames in flight 2026-05-10 22:56:14 +02:00
mesh.rs feat(renderer): add mesh module with Vertex struct 2026-05-10 22:02:09 +02:00
pipeline.rs feat(renderer): add pipeline module for graphics pipeline creation 2026-05-10 22:02:43 +02:00
renderer.rs feat(renderer): integrate graphics pipeline and initialize gpu allocator with centralized frames in flight 2026-05-10 22:56:14 +02:00
surface.rs refactor(renderer): modularize crate and enable vulkan 1.3 features 2026-05-09 21:43:30 +02:00
swapchain.rs fix(renderer): align synchronization with working save and force FIFO 2026-05-09 21:49:40 +02:00
sync.rs docs(renderer): add detailed docstrings for all struct fields and logic 2026-05-10 22:16:53 +02:00