refactor out to multiple files

This commit is contained in:
2021-02-16 01:03:47 -08:00
parent 097a6e8003
commit 722bf45a7a
9 changed files with 419 additions and 349 deletions

View File

@@ -1,10 +1,10 @@
use bytemuck::__core::ops::Range;
use bytemuck::{Zeroable, Pod};
use cgmath::Point3;
use crate::render::OPENGL_TO_WGPU_MATRIX;
use std::sync::Arc;
use wgpu::TextureView;
use crate::components::{RangeCopy, Position};
use crate::render::OPENGL_TO_WGPU_MATRIX;
#[repr(C)]