|
CeresEngine 0.2.0
A game development framework
|
This is the complete list of members for CeresEngine::Bitmap, including all inherited members.
| Bitmap(const BitmapExtent &extents, const Format format=Format::RGBA8UInt) | CeresEngine::Bitmap | inline |
| Bitmap(UInt32 width, const Format format=Format::RGBA8UInt) | CeresEngine::Bitmap | inline |
| Bitmap(UInt32 width, UInt32 height, const Format format=Format::RGBA8UInt) | CeresEngine::Bitmap | inline |
| Bitmap(UInt32 width, UInt32 height, UInt32 depth, const Format format=Format::RGBA8UInt) | CeresEngine::Bitmap | inline |
| copyData(const Byte *const source, const size_t length) | CeresEngine::Bitmap | inline |
| getByteData() const | CeresEngine::Bitmap | inline |
| getData() const noexcept | CeresEngine::Bitmap | inline |
| getExtents() const noexcept | CeresEngine::Bitmap | inline |
| getFormat() const noexcept | CeresEngine::Bitmap | inline |
| mData | CeresEngine::Bitmap | private |
| mExtents | CeresEngine::Bitmap | private |
| mFormat | CeresEngine::Bitmap | private |
| setByteData(const ByteMemoryView &data) | CeresEngine::Bitmap | inline |
| TUserTypeInfo< Bitmap > | CeresEngine::Bitmap | friend |