![]() |
LLGL 0.05 Beta
|
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() const | LLGL::Image | |
| GetData() const | LLGL::Image | inline |
| GetData() | LLGL::Image | inline |
| GetDataSize() const | LLGL::Image | |
| GetDataType() const | LLGL::Image | inline |
| GetDepthStride() const | LLGL::Image | |
| GetExtent() const | LLGL::Image | inline |
| GetFormat() const | LLGL::Image | inline |
| GetMutableView() | LLGL::Image | |
| GetNumPixels() const | LLGL::Image | |
| GetRowStride() const | LLGL::Image | |
| GetView() const | LLGL::Image | |
| Image()=default | LLGL::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) noexcept | LLGL::Image | |
| IsRegionInside(const Offset3D &offset, const Extent3D &extent) const | LLGL::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) const | LLGL::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 |