vOOlkan
An object oriented approach to Vulkan
|
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 |
Describes what can be changed in the pipeline without having to create a new pipeline. Viewport and scissors are always dynamic.
|
inline |
|
inline |