halfway to raytracing

This commit is contained in:
zomseffen 2025-01-11 14:12:24 +01:00
parent 15a94c2f93
commit 3f4656939c
7 changed files with 222 additions and 42 deletions

View file

@ -60,4 +60,5 @@ pub struct AppData {
pub topology: vk::PrimitiveTopology,
pub scene_rt_memory_size: u64,
pub num_lights_per_volume: u32,
}