diff options
author | 2024-03-07 00:19:24 +0100 | |
---|---|---|
committer | 2024-03-07 00:19:24 +0100 | |
commit | 6785a452eea5f6b6f69bac123789245dacbc936e (patch) | |
tree | a10a831b7c250edcdd64dab1914eae65f520521b /wgpu | |
parent | 905f2160e6eb7504f52d9bd62c7bfa42c8ec2902 (diff) | |
download | iced-6785a452eea5f6b6f69bac123789245dacbc936e.tar.gz iced-6785a452eea5f6b6f69bac123789245dacbc936e.tar.bz2 iced-6785a452eea5f6b6f69bac123789245dacbc936e.zip |
Fix broken links in documentation
Diffstat (limited to 'wgpu')
-rw-r--r-- | wgpu/src/color.rs | 7 |
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], -} |