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

Method AlphaTexture

src/IECoreGL/AlphaTexture.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51IE_CORE_DEFINERUNTIMETYPED( AlphaTexture );
52
53AlphaTexture::AlphaTexture( unsigned int width, unsigned int height, const IECore::Data *a, bool mipMap )
54{
55 construct( width, height, a, mipMap );
56}
57
58AlphaTexture::AlphaTexture( const IECoreImage::ImagePrimitive *image, bool mipMap )
59{

Callers 1

testMethod · 0.80

Calls 5

channelValidMethod · 0.80
constructFunction · 0.50
getMethod · 0.45
findMethod · 0.45
sizeMethod · 0.45

Tested by 1

testMethod · 0.64