Interface to this class functions
| 108 | |
| 109 | // Interface to this class functions |
| 110 | virtual void setPixelFormat(GLenum format) { m_PixelFormat = format; } |
| 111 | virtual int getPixelFormat() { return m_PixelFormat; } |
| 112 | virtual bool checkStatus(const char *zfile, int line, bool silent) = 0; |
| 113 | virtual bool readback(GLuint width, GLuint height) = 0; |
no outgoing calls
no test coverage detected