opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Enumerations
source_blending_factor.h File Reference
#include <cstdint>
Include dependency graph for source_blending_factor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osc
 

Enumerations

enum class  osc::SourceBlendingFactor : uint8_t {
  osc::One , osc::Zero , osc::SourceAlpha , osc::OneMinusSourceAlpha ,
  osc::NUM_OPTIONS , osc::Default = SourceAlpha
}