mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
love.graphics.newVolumeImage can now automatically convert a 1xN or Nx1 sheet of square images into layers.
--HG-- branch : minor
This commit is contained in:
@@ -90,7 +90,8 @@ public:
|
||||
**/
|
||||
virtual bool isCompressed(love::filesystem::FileData *data) = 0;
|
||||
|
||||
std::vector<StrongRef<ImageData>> newCubeFaces(ImageData *layoutData);
|
||||
std::vector<StrongRef<ImageData>> newCubeFaces(ImageData *src);
|
||||
std::vector<StrongRef<ImageData>> newVolumeLayers(ImageData *src);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user