moltrun 1.7.2

High-performance game engine library with AI capabilities, built on wgpu for modern 3D graphics and physics simulation
Documentation
1
2
3
4
5
6
7
8
9
mod vertex;
mod texture;
mod texture_cache;

// render/gpu/pipline.rs에서 사용
pub(super) use vertex::Vertex;

// TextureCache는 RenderSystem에서 사용
pub(super) use texture_cache::TextureCache;