Searched defs:vk_graphics_pipeline_state (Results 1 – 1 of 1) sorted by relevance
845 struct vk_graphics_pipeline_state { struct849 VkShaderStageFlags shader_stages;852 const struct vk_vertex_input_state *vi;855 const struct vk_input_assembly_state *ia;858 const struct vk_tessellation_state *ts;861 const struct vk_viewport_state *vp;885 /** Populate a vk_graphics_pipeline_state from VkGraphicsPipelineCreateInfo argument