For dynamic updating of the cube map. This function computes the new faces only when UseDynamicUpdates(...) was called after construction.
| 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); |