moves compiled shaders, first version with scene info on gpu
This commit is contained in:
parent
57e862832a
commit
694d93c0f3
20 changed files with 623 additions and 113 deletions
src
|
@ -58,4 +58,6 @@ pub struct AppData {
|
|||
pub use_geometry_shader: bool,
|
||||
|
||||
pub topology: vk::PrimitiveTopology,
|
||||
|
||||
pub scene_rt_memory_size: u64,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue