added pipeline for cuboid
This commit is contained in:
parent
c5bcd148ca
commit
4494b68c26
4 changed files with 98 additions and 33 deletions
src
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue