mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
Removed Canvas:clear. love.graphics.clear now accepts r,g,b,a values (and defaults to 0,0,0,0 with no arguments given.) love.graphics.clear clears the content of the currently active Canvas(es.)
--HG-- branch : minor
This commit is contained in:
@@ -10,7 +10,6 @@ Released: N/A
|
||||
* Added love.graphics.getSupported (replaces love.graphics.isSupported.)
|
||||
* Added love.graphics.getSystemLimits (replaces love.graphics.getSystemLimit.)
|
||||
* Added love.graphics.stencil and love.graphics.setStencilTest (replaces love.graphics.setStencil.)
|
||||
* Added optional type argument to love.graphics.clear. Current type enums are "all" (the default) and "stencil".
|
||||
* Added optional x/y/width/height arguments to Image:refresh.
|
||||
* Added support for OpenGL ES.
|
||||
* Added support for loading ETC1/2, EAC, and PVRTC compressed textures.
|
||||
|
||||
Reference in New Issue
Block a user