Fix broken links in documentation

This commit is contained in:
Héctor Ramón Jiménez 2024-03-07 00:19:24 +01:00
parent 905f2160e6
commit 6785a452ee
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
7 changed files with 8 additions and 23 deletions

View file

@ -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],
}