![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <BlendingProperties.h>
Public Member Functions | |
bool | operator== (const RTBlendStates &) const =default |
Public Attributes | |
UColour4 | _blendColour = { 0u, 0u, 0u, 0u } |
std::array< BlendingSettings, to_base(RTColourAttachmentSlot::COUNT)> | _settings |
Definition at line 55 of file BlendingProperties.h.
|
default |
UColour4 Divide::RTBlendStates::_blendColour = { 0u, 0u, 0u, 0u } |
Definition at line 57 of file BlendingProperties.h.
std::array<BlendingSettings, to_base( RTColourAttachmentSlot::COUNT)> Divide::RTBlendStates::_settings |
Definition at line 58 of file BlendingProperties.h.