Skip to content

Commit

Permalink
Fixed MSAA level of example
Browse files Browse the repository at this point in the history
  • Loading branch information
zesterer committed Nov 2, 2023
1 parent 15836dd commit 782e689
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/texture_mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ impl<'r> Pipeline<'r> for Cube<'r> {
type Fragment = Rgba<f32>;
type Pixel = u32;

fn aa_mode(&self) -> euc::AaMode {
euc::AaMode::Msaa { level: 4 }
}

#[inline]
fn vertex(&self, v_index: &Self::Vertex) -> ([f32; 4], Self::VertexData) {
(
Expand Down

0 comments on commit 782e689

Please sign in to comment.