MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ build_tessellation_state()

vk::PipelineTessellationStateCreateInfo MayaFlux::Core::VKGraphicsPipeline::build_tessellation_state ( const GraphicsPipelineConfig config)
private

Build tessellation state.

Definition at line 450 of file VKGraphicsPipeline.cpp.

452{
453 vk::PipelineTessellationStateCreateInfo tessellation;
454 tessellation.patchControlPoints = config.patch_control_points;
455 return tessellation;
456}

References MayaFlux::Core::GraphicsPipelineConfig::patch_control_points.

Referenced by create().

+ Here is the caller graph for this function: