XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALBlendOperation Struct Reference

This describes the blend operation. More...

#include <BlendState.h>

Inheritance diagram for xiiGALBlendOperation:
[legend]

Public Types

enum  Enum : StorageType {
  Undefined = 0U , Add , Subtract , ReverseSubtract ,
  Min , Max , ENUM_COUNT , Default = Undefined
}
 
using StorageType = xiiUInt8
 

Detailed Description

This describes the blend operation.

It generally mirrors the D3D11_BLEND_OP and D3D12_BLEND_OP enumerations, and is used to define RGB and Alpha blending operations.

Member Enumeration Documentation

◆ Enum

enum xiiGALBlendOperation::Enum : StorageType
Enumerator
Undefined 

Undefined blend operation.

Add 

Add source and destination color components.

Subtract 

Subtract destination color components from source color components.

ReverseSubtract 

Subtract source color components from destination color components.

Min 

Compute the minimum of source and destination color components.

Max 

Compute the maximum of source and destination color components.


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