Skip to content

KDGpu::DynamicStateOptions

#include <graphics_pipeline_options.h>

Public Attributes

Name
std::vector< DynamicState > enabledDynamicStates

Friends

Name
bool operator==(const DynamicStateOptions & , const DynamicStateOptions & )

Public Attributes Documentation

variable enabledDynamicStates

1
std::vector< DynamicState > enabledDynamicStates;

Friends

friend operator==

1
2
3
4
5
friend bool operator==(
    const DynamicStateOptions & ,

    const DynamicStateOptions & 
);

Updated on 2024-09-10 at 00:01:36 +0000