MayaFlux 0.3.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 497 of file VKGraphicsPipeline.cpp.

499{
500 vk::PipelineTessellationStateCreateInfo tessellation;
501 tessellation.patchControlPoints = config.patch_control_points;
502 return tessellation;
503}

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

Referenced by create().

+ Here is the caller graph for this function: