Skip to content

Commit

Permalink
Remove unused Vertex struct from gpgpu example
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jul 9, 2024
1 parent bea735f commit 0f9c908
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/gpgpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ use glium::{Display};
use glutin::surface::WindowSurface;
use support::{ApplicationContext, State};

#[derive(Copy, Clone)]
struct Vertex {
position: [f32; 2],
color: [f32; 3],
}
implement_vertex!(Vertex, position, color);

struct Application { }

impl ApplicationContext for Application {
Expand Down

0 comments on commit 0f9c908

Please sign in to comment.