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

Method SetClearColor

GTE/Graphics/BaseEngine.h:65–68  ·  view source on GitHub ↗

Support for clearing the color, depth, and stencil back buffers.

Source from the content-addressed store, hash-verified

63
64 // Support for clearing the color, depth, and stencil back buffers.
65 inline void SetClearColor(std::array<float, 4> const& clearColor)
66 {
67 mClearColor = clearColor;
68 }
69
70 inline void SetClearDepth(float clearDepth)
71 {

Callers 15

FitCylinderWindow3Method · 0.80
LightsWindow3Method · 0.80
LightTextureWindow3Method · 0.80
ShadowMapsWindow3Method · 0.80
DrawUsingSceneEffectsMethod · 0.80
DrawUsingUnlitEffectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected