moved around the file heirarchy to make these handles safer
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
pub mod compu_frame;
|
||||
pub mod compu_kernel;
|
||||
pub mod compu_sprite;
|
||||
pub mod compu_state;
|
||||
pub mod compu_buffer;
|
||||
pub mod managed;
|
||||
|
||||
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;
|
||||
use crate::compute::compu_frame::CompuFrame;
|
||||
Reference in New Issue
Block a user