vOOlkan
An object oriented approach to Vulkan
Vulkan::PipelineOptions::DynamicState Class Reference

Describes what can be changed in the pipeline without having to create a new pipeline. Viewport and scissors are always dynamic. More...

#include <DynamicState.h>

Public Member Functions

template<typename... DS>
requires (std::same_as<DS, VkDynamicState> && ...)
 DynamicState (DS... dynamicStates)
 
const VkPipelineDynamicStateCreateInfo & operator+ () const
 

Detailed Description

Describes what can be changed in the pipeline without having to create a new pipeline. Viewport and scissors are always dynamic.

Constructor & Destructor Documentation

◆ DynamicState()

template<typename... DS>
requires (std::same_as<DS, VkDynamicState> && ...)
Vulkan::PipelineOptions::DynamicState::DynamicState ( DS...  dynamicStates)
inline

Member Function Documentation

◆ operator+()

const VkPipelineDynamicStateCreateInfo & Vulkan::PipelineOptions::DynamicState::operator+ ( ) const
inline

The documentation for this class was generated from the following file: