lets not consume the canvasframe

This commit is contained in:
2020-08-06 18:42:46 -07:00
parent 0caa685b23
commit 0f760878da
4 changed files with 16 additions and 16 deletions

View File

@@ -231,8 +231,8 @@ impl VkProcessor {
/// Run the VKprocessor for a single frame, consuming the Canvas/Compu Frames
pub fn run(&mut self,
surface: &Arc<Surface<Window>>,
canvas_frame: CanvasFrame,
compute_frame: CompuFrame,
canvas_frame: &CanvasFrame,
compute_frame: &CompuFrame,
) {
{
let g = hprof::enter("Waiting at queue");