see the wiki for love.graphics.draw:parallax7d wrote:What types can quad be used on?
SpriteBatch and Image I know for sure, how about these types;
Canvas, Framebuffer, Mesh, ParticleSystem, Quad, Texture?
So Image and Canvas.love.graphics.draw( image, quad, x, y, r, sx, sy, ox, oy, kx, ky )
Arguments
Image or Canvas - image
An Image or Canvas to texture the Quad with.
Mesh doesn't make sense because a Quad basically is a rectangular Mesh, a ParticleSystem draws a bunch of small images uses it's own Quads and there are no "Texture"s in löve.