| 99 | } |
| 100 | |
| 101 | image_impl::~image_impl() |
| 102 | { |
| 103 | glDeleteBuffers(1, &mPBO); |
| 104 | glDeleteTextures(1, &mTex); |
| 105 | } |
| 106 | |
| 107 | void image_impl::setColorMapUBOParams(const GLuint pUBO, const GLuint pSize) |
| 108 | { |
nothing calls this directly
no outgoing calls
no test coverage detected