Returns the width of the frame buffer object.
| 68 | virtual unsigned int GetTextureTarget() const { return textureTarget; } |
| 69 | /// 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 |
no outgoing calls
no test coverage detected