mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-16 05:44:21 +00:00
Initial wgpu abstraction
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
pub mod Camera;
|
||||
pub mod Color;
|
||||
pub mod Render;
|
||||
|
||||
#[path = "Display.rs"]
|
||||
mod _Display;
|
||||
pub use self::_Display::*;
|
||||
pub mod Shader;
|
||||
|
||||
#[path = "Runtime.rs"]
|
||||
mod _Runtime;
|
||||
|
Reference in New Issue
Block a user