macroquad icon indicating copy to clipboard operation
macroquad copied to clipboard

How do I understand what sample_count value to set?

Open historydev opened this issue 1 year ago • 0 comments

https://docs.rs/miniquad/0.4.6/miniquad/conf/struct.Conf.html#structfield.sample_count

For example, on the computer I set 120, 300 and more and no problems, and on the Android phone the maximum was 2, and what if there is a phone that pulls a maximum of 1?

I need to know what affects this indicator and is it possible to change it during execution? Also, is it possible to somehow get the maximum allowable number for the current device?

historydev avatar Oct 18 '24 07:10 historydev