added compute kernel helper
This commit is contained in:
19
src/main.rs
19
src/main.rs
@@ -56,7 +56,26 @@ mod util;
|
||||
mod button;
|
||||
mod workpiece;
|
||||
|
||||
|
||||
//struct Sprite {
|
||||
// pub texture:
|
||||
//
|
||||
//
|
||||
//}
|
||||
|
||||
/*
|
||||
|
||||
|
||||
How the F am I going to do sprites?
|
||||
|
||||
I need sprites for the slider and buttons at least
|
||||
|
||||
The background + render of the toolpath can probably just be straight up hand manipulated textures
|
||||
|
||||
Sprite will have 4 verticies and a texture along with position and size attributes
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user