KDGpu::BlendComponent¶
#include <graphics_pipeline_options.h>
Public Attributes¶
| Name | |
|---|---|
| BlendOperation | operation |
| BlendFactor | srcFactor |
| BlendFactor | dstFactor |
Friends¶
| Name | |
|---|---|
| bool | operator==(const BlendComponent & , const BlendComponent & ) |
Public Attributes Documentation¶
variable operation¶
1 | |
variable srcFactor¶
1 | |
variable dstFactor¶
1 | |
Friends¶
friend operator==¶
1 2 3 4 5 | |
Updated on 2025-07-08 at 12:01:11 +0000