MayaFlux 0.2.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 465 of file VKGraphicsPipeline.cpp.

467{
468 vk::PipelineTessellationStateCreateInfo tessellation;
469 tessellation.patchControlPoints = config.patch_control_points;
470 return tessellation;
471}

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

Referenced by create().

+ Here is the caller graph for this function: