Split quad::Pipeline into core and compatibility
This commit is contained in:
parent
3c5ab30117
commit
381052c50e
13 changed files with 755 additions and 220 deletions
|
|
@ -63,6 +63,7 @@ where
|
|||
|
||||
let context = ContextBuilder::new()
|
||||
.with_vsync(true)
|
||||
// .with_gl(glutin::GlRequest::Specific(glutin::Api::OpenGlEs, (2, 0)))
|
||||
.with_multisampling(C::sample_count(&compositor_settings) as u16)
|
||||
.build_windowed(builder, &event_loop)
|
||||
.map_err(|error| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue