From 97c49c935132cd903f15daa0fc921ba22d679c2a Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 20 Aug 2024 14:22:19 -0700 Subject: [PATCH] graphics: unused struct --- src/graphics.rs | 6 ------ 1 file changed, 6 deletions(-) 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,