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

Method SetWMatrix

GTE/Graphics/CubeMapEffect.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 virtual void SetPVWMatrixConstant(std::shared_ptr<ConstantBuffer> const& buffer);
43
44 inline void SetWMatrix(Matrix4x4<float> const& wMatrix)
45 {
46 *mWMatrixConstant->Get<Matrix4x4<float>>() = wMatrix;
47 }
48
49 inline Matrix4x4<float> const& GetWMatrix() const
50 {

Callers 1

OnIdleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected