fixes vertice and index creation in geometry shader mode
This commit is contained in:
parent
a9d4aae1bc
commit
0f2747293f
3 changed files with 5 additions and 2 deletions
src
|
@ -53,4 +53,6 @@ pub struct AppData {
|
|||
pub color_image_memory: vk::DeviceMemory,
|
||||
pub color_image_view: vk::ImageView,
|
||||
pub use_geometry_shader: bool,
|
||||
|
||||
pub topology: vk::PrimitiveTopology,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue