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

Method SetVWMatrix

GTE/Graphics/SphereMapEffect.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 virtual void SetPVWMatrixConstant(std::shared_ptr<ConstantBuffer> const& buffer);
24
25 inline void SetVWMatrix(Matrix4x4<float> const& vwMatrix)
26 {
27 *mVWMatrixConstant->Get<Matrix4x4<float>>() = vwMatrix;
28 }
29
30 inline Matrix4x4<float> const& GetVWMatrix() const
31 {

Callers 1

UpdateConstantsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected