diff --git a/src/graphics.rs b/src/graphics.rs index e24268d..596be7f 100644 --- a/src/graphics.rs +++ b/src/graphics.rs @@ -6,12 +6,6 @@ use strafesnet_common::model::{self, ColorId, NormalId, PolygonIter, PositionId, use wgpu::{util::DeviceExt,AstcBlock,AstcChannel}; use crate::model_graphics::{self,IndexedGraphicsMeshOwnedRenderConfig,IndexedGraphicsMeshOwnedRenderConfigId,GraphicsMeshOwnedRenderConfig,GraphicsModelColor4,GraphicsModelOwned,GraphicsVertex}; -#[derive(Clone)] -pub struct GraphicsModelUpdate{ - transform:Option, - color:Option, -} - struct Indices{ count:u32, buf:wgpu::Buffer,