mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
Merge remote-tracking branch 'origin/12.0-development' into vulkan
This commit is contained in:
@@ -58,6 +58,8 @@ public:
|
||||
|
||||
inline GLuint getFBO() const { return fbo; }
|
||||
|
||||
void readbackInternal(int slice, int mipmap, const Rect &rect, int destwidth, size_t size, void *dest);
|
||||
|
||||
private:
|
||||
void createTexture();
|
||||
|
||||
@@ -65,8 +67,6 @@ private:
|
||||
|
||||
void generateMipmapsInternal() override;
|
||||
|
||||
void readbackImageData(love::image::ImageData *imagedata, int slice, int mipmap, const Rect &rect) override;
|
||||
|
||||
Slices slices;
|
||||
|
||||
GLuint fbo;
|
||||
|
||||
Reference in New Issue
Block a user