moved to rust style file tree
This commit is contained in:
11
src/compute/mod.rs
Normal file
11
src/compute/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
pub mod compu_frame;
|
||||
pub mod compu_kernel;
|
||||
pub mod compu_sprite;
|
||||
pub mod compu_state;
|
||||
pub mod compu_buffer;
|
||||
|
||||
use crate::compute::compu_state::CompuState;
|
||||
use crate::compute::compu_frame::CompuFrame;
|
||||
use crate::compute::compu_sprite::CompuSprite;
|
||||
use crate::compute::compu_kernel::CompuKernel;
|
||||
use crate::compute::compu_buffer::CompuBuffers;
|
||||
Reference in New Issue
Block a user