summaryrefslogtreecommitdiffstats
path: root/wgpu
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu')
-rw-r--r--wgpu/src/color.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/wgpu/src/color.rs b/wgpu/src/color.rs
index 4598b0a6..890f3f89 100644
--- a/wgpu/src/color.rs
+++ b/wgpu/src/color.rs
@@ -158,10 +158,3 @@ pub fn convert(
texture
}
-
-#[derive(Debug, Copy, Clone, bytemuck::Pod, bytemuck::Zeroable)]
-#[repr(C)]
-struct Vertex {
- ndc: [f32; 2],
- uv: [f32; 2],
-}