From 0b0aa3b06fac0bcdeb31d5e2211d1ba149531692 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Thu, 6 Oct 2022 14:30:48 -0400 Subject: GL renderer preparation --- debug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 2514717..cac3d39 100644 --- a/debug.h +++ b/debug.h @@ -33,6 +33,9 @@ struct project_debug uint64 PixelCountChecked; // NOTE(fox): Pixel count isn't thread safe; don't use with multithreading! uint64 LayerCycleCount[64]; + uint32 UndoState = 0; + uint64 ScratchSize[6]; + uint32 ScratchState = 0; }; static project_debug Debug; -- cgit v1.2.3