Skip to content

Commit

Permalink
Alternative swapchain model
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Aug 13, 2019
1 parent 46e24bf commit 6dc6e91
Show file tree
Hide file tree
Showing 37 changed files with 1,606 additions and 848 deletions.
2 changes: 1 addition & 1 deletion examples/colour-uniform/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ trait SurfaceTrait {
impl SurfaceTrait for <back::Backend as Backend>::Surface {
#[cfg(feature = "gl")]
fn get_context_t(&self) -> &back::glutin::RawContext<back::glutin::PossiblyCurrent> {
self.get_context()
self.context()
}
}

Expand Down
Loading

0 comments on commit 6dc6e91

Please sign in to comment.