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

Method SetDefaultBlendState

GTE/Graphics/BaseEngine.h:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 inline void SetDefaultBlendState()
126 {
127 SetBlendState(mDefaultBlendState);
128 }
129
130 inline std::shared_ptr<BlendState> const& GetDefaultBlendState() const
131 {

Callers 14

DrawMethod · 0.80
OnIdleMethod · 0.80
OnIdleMethod · 0.80
OnIdleMethod · 0.80
OnIdleMethod · 0.80
OnIdleMethod · 0.80
OnIdleMethod · 0.80
OnIdleMethod · 0.80
GraphicsTickMethod · 0.80
OnIdleMethod · 0.80
OnIdleMethod · 0.80
OnIdleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected