shdrlib 0.2.0

High-level shader compilation and rendering library built on wgpu and naga
Documentation
1
2
3
4
5
6
//! High-level management layer.
//!
//! This module provides the main API for asset management and render execution.

pub mod asset_manager;
pub mod runtime_manager;