Searched refs:assembly_state (Results 1 – 1 of 1) sorted by relevance
590 VkPipelineInputAssemblyStateCreateInfo assembly_state; in create_graphics_pipeline() local591 assembly_state.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO; in create_graphics_pipeline()592 assembly_state.pNext = NULL; in create_graphics_pipeline()593 assembly_state.flags = 0; in create_graphics_pipeline()594 assembly_state.topology = topology; in create_graphics_pipeline()595 assembly_state.primitiveRestartEnable = false; in create_graphics_pipeline()684 gfx_pipeline_info.pInputAssemblyState = &assembly_state; in create_graphics_pipeline()