transparent roughness and diffuse settings from app
This commit is contained in:
parent
fbc21ba523
commit
1ecd1c7403
7 changed files with 39 additions and 17 deletions
src
|
@ -60,6 +60,9 @@ pub struct AppData {
|
|||
pub topology: vk::PrimitiveTopology,
|
||||
|
||||
pub scene_rt_memory_size: u64,
|
||||
// values passed to shader
|
||||
pub num_lights_per_volume: u32,
|
||||
pub max_iterations_per_light: u32,
|
||||
pub diffuse_raster_steps: u32,
|
||||
pub diffuse_raster_size: f32,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue