Synvael/crates/renderer/src
2026-08-05 04:19:23 +02:00
..
tests fix(renderer): align mesher vertex placement with floor() block convention 2026-08-05 04:19:23 +02:00
device.rs feat(renderer): expose physical device information 2026-07-31 00:38:02 +02:00
error.rs chore(workspace): add SPDX identifiers to source files 2026-05-17 21:06:39 +02:00
frustum.rs test(renderer): relocate frustum tests into src/tests 2026-07-23 02:11:50 +02:00
instance.rs fix(renderer): silence release-build warnings from debug-only validation 2026-07-16 03:01:02 +02:00
lib.rs feat(renderer): fade distant geometry into the sky colour 2026-08-05 01:29:06 +02:00
meshing.rs fix(renderer): align mesher vertex placement with floor() block convention 2026-08-05 04:19:23 +02:00
pipeline.rs feat(renderer): fade distant geometry into the sky colour 2026-08-05 01:29:06 +02:00
renderer.rs fix(renderer): align mesher vertex placement with floor() block convention 2026-08-05 04:19:23 +02:00
stats.rs feat(renderer): expose physical device information 2026-07-31 00:38:02 +02:00
surface.rs docs(workspace): standardize function doc sections and enforce # Errors 2026-07-13 21:09:27 +02:00
swapchain.rs feat(renderer): expose per-frame draw statistics 2026-07-30 23:31:18 +02:00
sync.rs docs(workspace): standardize function doc sections and enforce # Errors 2026-07-13 21:09:27 +02:00
vertex.rs feat(renderer): shade voxel faces with a directional light 2026-08-05 00:26:31 +02:00