feat(engine): 添加材质系统和着色器管理

This commit is contained in:
yhh
2025-12-03 16:20:13 +08:00
parent 0c590d7c12
commit 4a2362edf2
12 changed files with 1321 additions and 50 deletions

View File

@@ -4,5 +4,5 @@
mod sprite_batch;
mod vertex;
pub use sprite_batch::SpriteBatch;
pub use sprite_batch::{BatchKey, SpriteBatch};
pub use vertex::{SpriteVertex, VERTEX_SIZE};