Skip to content

Commit

Permalink
fixup! Bake uMode into pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakor Gyula committed Jan 16, 2020
1 parent a0758f3 commit 65c1a44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webrender/src/device/gfx/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,6 @@ impl<B: hal::Backend> Device<B> {

pub fn switch_mode(&mut self, _mode: i32) {
debug_assert!(self.inside_frame);
info!("Gfx backend has uMode uniform baked into the pipeline");
}

pub fn create_pbo(&mut self) -> PBO {
Expand Down

0 comments on commit 65c1a44

Please sign in to comment.