Searched defs:TessellationState (Results 1 – 5 of 5) sorted by relevance
17 pub struct TessellationState { struct26 impl TessellationState { impl50 impl Default for TessellationState { implementation
184 pub fn tessellation_state(&self) -> Option<&TessellationState> { in tessellation_state()
283 class TessellationState : public vk::VkPipelineTessellationStateCreateInfo class in vkt::Draw::PipelineCreateInfo
710 PipelineCreateInfo::TessellationState::TessellationState(uint32_t _patchControlPoints) in TessellationState() function in vkt::Draw::PipelineCreateInfo::TessellationState
1290 VkPipelineTessellationStateCreateInfo TessellationState = { in makeGraphicsPipeline() local