Canvas MSAA

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
logoliv
Prole
Posts: 29
Joined: Mon Jan 27, 2014 3:05 pm

Canvas MSAA

Post by logoliv »

Hello,

I can't make MSAA work with canvas. Here's how I create the canvas in love.load() :
temp = love.graphics.newCanvas(width, height, {type="2d", format="normal", readable=true, msaa=4, dpiscale=1, mipmaps="none"})

And I also changed the settings in love.conf(t) :
t.window.msaa = 4

But no change in my final image (note : I draw in my canvas using a pixel shader)
Can someone help please ?
Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 8 guests