fixes vertice and index creation in geometry shader mode

This commit is contained in:
zomseffen 2024-06-02 15:44:38 +02:00
parent a9d4aae1bc
commit 0f2747293f
3 changed files with 5 additions and 2 deletions

View file

@ -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,
}