feat(renderer): add MeshVertex, Mesh, and depth buffer support
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pub mod gpu;
|
||||
pub mod pipeline;
|
||||
pub mod vertex;
|
||||
pub mod mesh;
|
||||
|
||||
pub use gpu::GpuContext;
|
||||
pub use gpu::{GpuContext, DEPTH_FORMAT};
|
||||
pub use mesh::Mesh;
|
||||
|
||||
Reference in New Issue
Block a user