mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
commit
d48b828fd7
|
@ -97,7 +97,6 @@ impl<'a> WindowBuilder<'a> {
|
||||||
///
|
///
|
||||||
/// Will panic if `samples` is not a power of two.
|
/// Will panic if `samples` is not a power of two.
|
||||||
pub fn with_multisampling(mut self, samples: u16) -> WindowBuilder<'a> {
|
pub fn with_multisampling(mut self, samples: u16) -> WindowBuilder<'a> {
|
||||||
use std::num::UnsignedInt;
|
|
||||||
assert!(samples.is_power_of_two());
|
assert!(samples.is_power_of_two());
|
||||||
self.attribs.multisampling = Some(samples);
|
self.attribs.multisampling = Some(samples);
|
||||||
self
|
self
|
||||||
|
|
Loading…
Reference in a new issue