Skip to content

Instantly share code, notes, and snippets.

@bvssvni
Created August 20, 2014 18:37
Show Gist options
  • Save bvssvni/2b21e60a3be5789f3500 to your computer and use it in GitHub Desktop.
Save bvssvni/2b21e60a3be5789f3500 to your computer and use it in GitHub Desktop.
pub struct Gfx2d {
state: gfx::DrawState,
program: gfx::shade::EmptyProgram,
program_uv: gfx::Program,
vertex_data: Vec<Vertex>,
vertex_data_uv: Vec<VertexUV>,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment