35 #ifndef IECOREGL_UINTTEXTURE_H
36 #define IECOREGL_UINTTEXTURE_H
38 #include "IECoreGL/Export.h"
39 #include "IECoreGL/Texture.h"
44 class IECOREGL_API UIntTexture :
public Texture
48 IE_CORE_DECLARERUNTIMETYPEDEXTENSION( IECoreGL::UIntTexture, UIntTextureTypeId, Texture );
51 UIntTexture(
unsigned int width,
unsigned int height );
52 ~UIntTexture()
override;
55 IECoreImage::ImagePrimitivePtr imagePrimitive()
const override;
59 IE_CORE_DECLAREPTR( UIntTexture );
63 #endif // IECOREGL_UINTTEXTURE_H
The namespace within which all CoreGL functionality is defined.
Definition: AlphaTexture.h:41