Skip to content

KDGpu::BlendOptions

#include <graphics_pipeline_options.h>

Public Attributes

Name
bool blendingEnabled
BlendComponent color
BlendComponent alpha

Friends

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

Public Attributes Documentation

variable blendingEnabled

1
bool blendingEnabled { false };

variable color

1
BlendComponent color;

variable alpha

1
BlendComponent alpha;

Friends

friend operator==

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

    const BlendOptions & 
);

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