Page 1 of 1
Warning, quality setting failed! (Result: buffers: 0, sample
Posted: Wed Apr 11, 2012 2:48 am
by poorenglish
Warning, quality setting failed! (Result: buffers: 0, samples: 1)
What does it mean for?
Run the program,it display in the SciTE windows.
What should I update for my program
Re: Warning, quality setting failed! (Result: buffers: 0, sa
Posted: Wed Apr 11, 2012 8:05 am
by kikito
What program?
Re: Warning, quality setting failed! (Result: buffers: 0, sa
Posted: Wed Apr 11, 2012 8:44 am
by poorenglish
same in the No.love sample.
Unpack the No.love,run the main.lua in the SciTE,
The program run normal,but this warning in the Output window.
Which part is relate this warning?
Re: Warning, quality setting failed! (Result: buffers: 0, sa
Posted: Wed Apr 11, 2012 9:39 am
by kikito
Re: Warning, quality setting failed! (Result: buffers: 0, sa
Posted: Wed Apr 11, 2012 1:56 pm
by poorenglish
I don't think the SciTE's problem,in the 0.7.2,I can't see this comment
Re: Warning, quality setting failed! (Result: buffers: 0, sa
Posted: Wed Apr 11, 2012 6:01 pm
by Boolsheet
This warning pops up when LÖVE fails to set a certain multisampling setting (the fsaa argument of
love.graphics.setMode). The graphics driver/card either doesn't support it or enforces another setting.
Re: Warning, quality setting failed! (Result: buffers: 0, sa
Posted: Thu Apr 12, 2012 12:37 am
by poorenglish
OK ,thank you very much