Support for clearing the color, depth, and stencil back buffers.
| 63 | |
| 64 | // Support for clearing the color, depth, and stencil back buffers. |
| 65 | inline void SetClearColor(std::array<float, 4> const& clearColor) |
| 66 | { |
| 67 | mClearColor = clearColor; |
| 68 | } |
| 69 | |
| 70 | inline void SetClearDepth(float clearDepth) |
| 71 | { |
no outgoing calls
no test coverage detected