mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Added Image:getData, returns the original ImageData (or CompressedData) used to create the image
This commit is contained in:
@@ -74,7 +74,8 @@ public:
|
||||
|
||||
const vertex *getVertices() const;
|
||||
|
||||
love::image::ImageData *getData() const;
|
||||
love::image::ImageData *getImageData() const;
|
||||
love::image::CompressedData *getCompressedData() const;
|
||||
|
||||
/**
|
||||
* @copydoc Drawable::draw()
|
||||
|
||||
Reference in New Issue
Block a user