remove Mesh2D for now
This commit is contained in:
parent
a9635b2c3d
commit
13eea44bce
@ -2,9 +2,6 @@ use crate::{asset::Asset, math::*, render::Vertex};
|
|||||||
use wgpu::{Buffer, Device};
|
use wgpu::{Buffer, Device};
|
||||||
use zerocopy::AsBytes;
|
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 {
|
pub enum MeshType {
|
||||||
Cube,
|
Cube,
|
||||||
Plane {
|
Plane {
|
||||||
|
Loading…
Reference in New Issue
Block a user