27 internal::_Image* value;
95 FGAPI internal::_Image*
get()
const;
FGAPI unsigned height() const
Get Image height.
ChannelFormat
Definition: defines.h:96
Definition: CPUCopy.hpp:13
FGAPI unsigned size() const
Get the OpenGL Pixel Buffer Object resource size.
FGAPI unsigned width() const
Get Image width.
FGAPI ChannelFormat pixelFormat() const
Get Image's channel format.
#define FGAPI
Definition: defines.h:32
dtype
Definition: defines.h:131
FGAPI ~Image()
Image Destructor.
FGAPI dtype channelType() const
Get Image's integral data type.
FGAPI Image(unsigned pWidth, unsigned pHeight, ChannelFormat pFormat, dtype pDataType)
Creates a Image object.
FGAPI unsigned pbo() const
Get the OpenGL Pixel Buffer Object identifier.