Struct vulkano::pipeline::GraphicsPipelineParamsTess [] [src]

pub struct GraphicsPipelineParamsTess<'a, Tcs, Tci, Tco, Tcl, Tes, Tei, Teo, Tel> {
    pub tessellation_control_shader: TessControlShaderEntryPoint<'a, Tcs, Tci, Tco, Tcl>,
    pub tessellation_evaluation_shader: TessEvaluationShaderEntryPoint<'a, Tes, Tei, Teo, Tel>,
}

Additional parameters if you use tessellation.

Fields

The entry point of the tessellation control shader.

The entry point of the tessellation evaluation shader.