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>,
}
Deprecated

Additional parameters if you use tessellation.

Fields

Deprecated

The entry point of the tessellation control shader.

Deprecated

The entry point of the tessellation evaluation shader.