mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 12:13:25 +00:00
remove Mesh2D for now
This commit is contained in:
parent
a9635b2c3d
commit
13eea44bce
1 changed files with 0 additions and 3 deletions
|
@ -2,9 +2,6 @@ use crate::{asset::Asset, math::*, render::Vertex};
|
|||
use wgpu::{Buffer, Device};
|
||||
use zerocopy::AsBytes;
|
||||
|
||||
// TODO: this is pretty dirty. work out a cleaner way to distinguish between 3d and 2d meshes
|
||||
pub struct Mesh2d;
|
||||
|
||||
pub enum MeshType {
|
||||
Cube,
|
||||
Plane {
|
||||
|
|
Loading…
Reference in a new issue