mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Revert most render pass API changes. The APIs need more work and iteration before they’re better to use than the old setCanvas APIs.
love.graphics.captureScreenshot has not been reverted. --HG-- branch : minor
This commit is contained in:
@@ -61,6 +61,8 @@ public:
|
||||
bool setWrap(const Texture::Wrap &w) override;
|
||||
const void *getHandle() const override;
|
||||
|
||||
love::image::ImageData *newImageData(love::image::Image *module, int x, int y, int w, int h);
|
||||
|
||||
inline GLenum getStatus() const
|
||||
{
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user