| 49 | IE_CORE_DEFINERUNTIMETYPED( ColorTexture ); |
| 50 | |
| 51 | ColorTexture::ColorTexture( unsigned int width, unsigned int height ) : |
| 52 | ColorTexture( width, height, GL_RGBA ) |
| 53 | { |
| 54 | } |
| 55 | |
| 56 | ColorTexture::ColorTexture( unsigned int width, unsigned int height, const GLint internalFormat ) |
| 57 | { |
nothing calls this directly
no test coverage detected