mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-16 13:54:21 +00:00
Initial wgpu abstraction
This commit is contained in:
11
Source/Shader/mod.rs
Normal file
11
Source/Shader/mod.rs
Normal file
@ -0,0 +1,11 @@
|
||||
#[path = "Shader.rs"]
|
||||
mod _Shader;
|
||||
pub use self::_Shader::*;
|
||||
|
||||
#[path = "ShaderSource.rs"]
|
||||
mod _ShaderSource;
|
||||
pub use self::_ShaderSource::*;
|
||||
|
||||
#[path = "ShaderStage.rs"]
|
||||
mod _ShaderStage;
|
||||
pub use self::_ShaderStage::*;
|
Reference in New Issue
Block a user