------------------------------------------------------------------ get the secondary color of the checker pattern background
| 414 | //------------------------------------------------------------------ |
| 415 | // get the secondary color of the checker pattern background |
| 416 | inline const D3DXVECTOR4* GetSecondCheckerColor() const |
| 417 | { |
| 418 | return &this->m_avCheckerColors[ 1 ]; |
| 419 | } |
| 420 | |
| 421 | private: |
| 422 |
no outgoing calls
no test coverage detected