|
|
PixelBullet
0.0.1
A C++ game engine
|
This is the complete list of members for pixelbullet::Bitmap, including all inherited members.
| Bitmap()=default | pixelbullet::Bitmap | |
| Bitmap(const Filesystem &filesystem, const VirtualPath &assetPath) (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| Bitmap(const glm::uvec2 &size, uint32_t bytesPerPixel=4) | pixelbullet::Bitmap | inline |
| Bitmap(const std::vector< uint8_t > &data, const glm::uvec2 &size, uint32_t bytesPerPixel=4) | pixelbullet::Bitmap | inline |
| Clear() (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | |
| GetBytesPerPixel() const (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| GetData() const (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| GetData() (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| GetFilename() const (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| GetLength() const | pixelbullet::Bitmap | |
| GetSize() const (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| Load(const Filesystem &filesystem, const VirtualPath &assetPath) | pixelbullet::Bitmap | |
| operator bool() const noexcept | pixelbullet::Bitmap | inlineexplicit |
| SetBytesPerPixel(uint32_t bpp) (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| SetData(const std::vector< uint8_t > &d) (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| SetData(std::vector< uint8_t > &&d) (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| SetFilename(const std::string &f) (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| SetSize(const glm::uvec2 &s) (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap | inline |
| Write(const std::filesystem::path &path) const | pixelbullet::Bitmap | |
| ~Bitmap()=default (defined in pixelbullet::Bitmap) | pixelbullet::Bitmap |