Sleeping Wombat GUI  0.100
swGUI
Public Member Functions | Public Attributes | List of all members
BlendingInfo Struct Reference

Initialization of BlendingState. More...

#include <BlendingState.h>

Public Member Functions

 BlendingInfo ()
 
bool operator== (const BlendingInfo &other) const
 

Public Attributes

DirectX::XMFLOAT4 CustomBlendFactor
 Custom blend factors. More...
 
bool EnableBlending
 
BlendOperation ColorOperation
 
BlendOperation AlphaOperation
 
BlendFactor SrcColorBlend
 
BlendFactor DstColorBlend
 
BlendFactor SrcAlphaBlend
 
BlendFactor DstAlphaBlend
 

Detailed Description

Initialization of BlendingState.

Constructor & Destructor Documentation

BlendingInfo::BlendingInfo ( )
inline

Member Function Documentation

bool BlendingInfo::operator== ( const BlendingInfo other) const
inline

Member Data Documentation

BlendOperation BlendingInfo::AlphaOperation
BlendOperation BlendingInfo::ColorOperation
DirectX::XMFLOAT4 BlendingInfo::CustomBlendFactor

Custom blend factors.

BlendFactor BlendingInfo::DstAlphaBlend
BlendFactor BlendingInfo::DstColorBlend
bool BlendingInfo::EnableBlending
BlendFactor BlendingInfo::SrcAlphaBlend
BlendFactor BlendingInfo::SrcColorBlend

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