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

Method DynamicUpdates

GTE/Graphics/CubeMapEffect.h:36–39  ·  view source on GitHub ↗

For dynamic updating of the cube map. This function computes the new faces only when UseDynamicUpdates(...) was called after construction.

Source from the content-addressed store, hash-verified

34 // new faces only when UseDynamicUpdates(...) was called after
35 // construction.
36 inline bool DynamicUpdates() const
37 {
38 return mDynamicUpdates;
39 }
40
41 // Member access.
42 virtual void SetPVWMatrixConstant(std::shared_ptr<ConstantBuffer> const& buffer);

Callers 1

OnIdleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected