CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Bitmap Member List

This is the complete list of members for CeresEngine::Bitmap, including all inherited members.

Bitmap(const BitmapExtent &extents, const Format format=Format::RGBA8UInt)CeresEngine::Bitmapinline
Bitmap(UInt32 width, const Format format=Format::RGBA8UInt)CeresEngine::Bitmapinline
Bitmap(UInt32 width, UInt32 height, const Format format=Format::RGBA8UInt)CeresEngine::Bitmapinline
Bitmap(UInt32 width, UInt32 height, UInt32 depth, const Format format=Format::RGBA8UInt)CeresEngine::Bitmapinline
copyData(const Byte *const source, const size_t length)CeresEngine::Bitmapinline
getByteData() constCeresEngine::Bitmapinline
getData() const noexceptCeresEngine::Bitmapinline
getExtents() const noexceptCeresEngine::Bitmapinline
getFormat() const noexceptCeresEngine::Bitmapinline
mDataCeresEngine::Bitmapprivate
mExtentsCeresEngine::Bitmapprivate
mFormatCeresEngine::Bitmapprivate
setByteData(const ByteMemoryView &data)CeresEngine::Bitmapinline
TUserTypeInfo< Bitmap >CeresEngine::Bitmapfriend