MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / BlendState

Method BlendState

GTE/Graphics/BlendState.cpp:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace gte;
11
12BlendState::BlendState()
13 :
14 enableAlphaToCoverage(false),
15 enableIndependentBlend(false),
16 target{},
17 blendColor{ 0.0f, 0.0f, 0.0f, 0.0f },
18 sampleMask(0xFFFFFFFFu)
19{
20 mType = GT_BLEND_STATE;
21}
22
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected