love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
299 stars 46 forks source link

Remove deprecated & incorrect function variants #93

Closed Fang- closed 3 years ago

Fang- commented 3 years ago

In love.graphics, variations using CanvasFormat and TextureFormat have been deprecated. In love.mouse, MouseConstant is no longer used.

Additionally, love.graphics.newShader had a variant that seems to have been erroneously pulled from the definition for the vertex shading function instead.

Fixes #92.

hahawoo commented 3 years ago

Thank you!