![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
This is the complete list of members for Image, including all inherited members.
| IMAGE_ROW_PITCH_ALIGNMENT | Image | staticconstexpr |
| Image(Image &) = delete | Image | delete |
| Image(const ImageFormat format, const uint32_t width, const uint32_t height, const uint32_t mipLevels, const uint32_t arraySize, const bool isReadWrite) | Image | inlineprotected |
| getAlignedImageSize(const uint32_t mipLevel=0) const | Image | inline |
| getAlignedRowLength(const uint32_t mipLevel=0) const | Image | inline |
| getAlignedRowPitch(const uint32_t mipLevel=0) const | Image | inline |
| getArraySize() const | Image | inline |
| getFormat() const | Image | inline |
| getHeight() const | Image | inline |
| getImageSize(const uint32_t mipLevel=0) const | Image | inline |
| getMemoryAllocations() | Image | inlinestatic |
| getMipLevels() const | Image | inline |
| getPixelSize(const ImageFormat format) | Image | inlinestatic |
| getRowLength(uint32_t mipLevel=0) const | Image | |
| getRowPitch(uint32_t mipLevel=0) const | Image | |
| getWidth() const | Image | inline |
| isDepthFormat(ImageFormat format) | Image | static |
| isDepthFormat() const | Image | inline |
| isDepthStencilFormat(ImageFormat format) | Image | static |
| isDepthStencilFormat() const | Image | inline |
| isReadWrite() const | Image | inline |
| memoryAllocations | Image | staticprotected |
| memoryAllocationsMutex | Image | staticprotected |
| operator=(const Image &) = delete | Image | delete |
| pixelSize | Image | staticconstexpr |
| ~Image() = default | Image | virtualdefault |