Returns the width of the frame buffer object.
| 70 | virtual int GetWidth() const { return dimensions.width; } |
| 71 | /// Returns the width of the frame buffer object. |
| 72 | virtual int GetHeight() const { return dimensions.height; } |
| 73 | |
| 74 | private: |
| 75 | FrameBufferObject(const FrameBufferObject&); |
no outgoing calls
no test coverage detected