Geommetry shader and start of rotation&movement

This commit is contained in:
zomseffen 2024-05-04 15:24:42 +02:00
parent fdac5a97a1
commit 9ad743cfa2
10 changed files with 240 additions and 26 deletions

View file

@ -5,8 +5,8 @@ use std::mem::size_of;
use cgmath;
type Vec2 = cgmath::Vector2<f32>;
type Vec3 = cgmath::Vector3<f32>;
pub type Vec2 = cgmath::Vector2<f32>;
pub type Vec3 = cgmath::Vector3<f32>;
#[repr(C)]
#[derive(Copy, Clone, Debug)]