lets not consume the canvasframe
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user