MCPcopy Create free account
hub / github.com/ImageEngine/cortex / ColorTexture

Method ColorTexture

src/IECoreGL/ColorTexture.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49IE_CORE_DEFINERUNTIMETYPED( ColorTexture );
50
51ColorTexture::ColorTexture( unsigned int width, unsigned int height ) :
52 ColorTexture( width, height, GL_RGBA )
53{
54}
55
56ColorTexture::ColorTexture( unsigned int width, unsigned int height, const GLint internalFormat )
57{

Callers

nothing calls this directly

Calls 1

constructFunction · 0.50

Tested by

no test coverage detected