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