added pipeline for cuboid

This commit is contained in:
zomseffen 2024-09-14 19:49:51 +02:00
parent c5bcd148ca
commit 4494b68c26
4 changed files with 98 additions and 33 deletions

View file

@ -19,7 +19,8 @@ pub struct AppData {
pub descriptor_set_layout: vk::DescriptorSetLayout,
pub pipeline_layout: vk::PipelineLayout,
pub render_pass: vk::RenderPass,
pub pipeline: vk::Pipeline,
pub pipeline_cube: vk::Pipeline,
pub pipeline_cuboid: vk::Pipeline,
pub framebuffers: Vec<vk::Framebuffer>,
pub command_pool: vk::CommandPool,
pub command_buffers: Vec<vk::CommandBuffer>,