CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MemoryTexture::MipData Struct Reference

A mip-level bitmap data for a texture. More...

#include <CeresEngine/Texture/Texture.hpp>

Public Attributes

SPtr< Bitmapbitmap = nullptr
 The bitmap for the given mip-level.
 

Detailed Description

A mip-level bitmap data for a texture.

Member Data Documentation

◆ bitmap

SPtr<Bitmap> CeresEngine::MemoryTexture::MipData::bitmap = nullptr

The bitmap for the given mip-level.


The documentation for this struct was generated from the following file: