Closed Fang- closed 4 years ago
These guys are missing definitions:
CanvasFormat
love.graphics.newCanvas
TextureFormat
love.graphics.newImage
MouseConstant
love.mouse.isDown
(Also love.graphics.newShader uses mat4 and vec4, but those aren't explicitly defined either...)
love.graphics.newShader
mat4
vec4
These guys are missing definitions:
CanvasFormat
(used withlove.graphics.newCanvas
)TextureFormat
(used withlove.graphics.newImage
)MouseConstant
(used withlove.mouse.isDown
)(Also
love.graphics.newShader
usesmat4
andvec4
, but those aren't explicitly defined either...)