LLGL 0.05 Beta
Loading...
Searching...
No Matches
LLGL::Image Member List

This is the complete list of members for LLGL::Image, including all inherited members.

Blit(Offset3D dstRegionOffset, const Image &srcImage, Offset3D srcRegionOffset, Extent3D srcRegionExtent)LLGL::Image
Convert(const ImageFormat format, const DataType dataType, unsigned threadCount=0)LLGL::Image
GetBytesPerPixel() constLLGL::Image
GetData() constLLGL::Imageinline
GetData()LLGL::Imageinline
GetDataSize() constLLGL::Image
GetDataType() constLLGL::Imageinline
GetDepthStride() constLLGL::Image
GetExtent() constLLGL::Imageinline
GetFormat() constLLGL::Imageinline
GetMutableView()LLGL::Image
GetNumPixels() constLLGL::Image
GetRowStride() constLLGL::Image
GetView() constLLGL::Image
Image()=defaultLLGL::Image
Image(const Extent3D &extent, const ImageFormat format, const DataType dataType)LLGL::Image
Image(const Extent3D &extent, const ImageFormat format, const DataType dataType, const ColorRGBAf &fillColor)LLGL::Image
Image(const Extent3D &extent, const ImageFormat format, const DataType dataType, DynamicByteArray &&data)LLGL::Image
Image(const Image &rhs)LLGL::Image
Image(Image &&rhs) noexceptLLGL::Image
IsRegionInside(const Offset3D &offset, const Extent3D &extent) constLLGL::Image
operator=(const Image &rhs)LLGL::Image
operator=(Image &&rhs)LLGL::Image
ReadPixels(const Offset3D &offset, const Extent3D &extent, const MutableImageView &imageView, unsigned threadCount=0) constLLGL::Image
Release()LLGL::Image
Reset()LLGL::Image
Reset(const Extent3D &extent, const ImageFormat format, const DataType dataType, DynamicByteArray &&data)LLGL::Image
Resize(const Extent3D &extent)LLGL::Image
Resize(const Extent3D &extent, const ColorRGBAf &fillColor)LLGL::Image
Resize(const Extent3D &extent, const ColorRGBAf &fillColor, const Offset3D &offset)LLGL::Image
Swap(Image &rhs)LLGL::Image
WritePixels(const Offset3D &offset, const Extent3D &extent, const ImageView &imageView, unsigned threadCount=0)LLGL::Image