makes geometry shader an option
This commit is contained in:
parent
5c971d0288
commit
a9d4aae1bc
10 changed files with 171 additions and 109 deletions
src
|
@ -52,4 +52,5 @@ pub struct AppData {
|
|||
pub color_image: vk::Image,
|
||||
pub color_image_memory: vk::DeviceMemory,
|
||||
pub color_image_view: vk::ImageView,
|
||||
pub use_geometry_shader: bool,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue