compiles, slowly moving everything over to spec stuff

This commit is contained in:
2020-08-09 23:39:03 -07:00
parent c52bdc1441
commit ccbd21d90b
5 changed files with 104 additions and 95 deletions

View File

@@ -5,6 +5,7 @@ use crate::drawables::compu_sprite::CompuSprite;
use crate::canvas::canvas_frame::Drawable;
use crate::util::vertex::VertexTypeContainer;
#[derive(Default)]
pub struct CompuFrame {
// Vec<(Buffer, Kernel)>
pub pure_compute: Vec<(