summaryrefslogtreecommitdiffstats
path: root/o3d/core/cross/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/core/cross/bitmap.h')
-rw-r--r--o3d/core/cross/bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/core/cross/bitmap.h b/o3d/core/cross/bitmap.h
index 96e9b7b..8af80a5 100644
--- a/o3d/core/cross/bitmap.h
+++ b/o3d/core/cross/bitmap.h
@@ -239,6 +239,8 @@ class Bitmap : public ParamObject {
// Generates Mips from the source_level for num_levels
void GenerateMips(int source_level, int num_levels);
+ bool WriteToPNGStream(std::vector<uint8>* stream);
+
private:
friend class IClassManager;
static ObjectBase::Ref Create(ServiceLocator* service_locator);