summaryrefslogtreecommitdiff
path: root/video.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'video.hpp')
-rw-r--r--video.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/video.hpp b/video.hpp
index 9b64543..c89c60a 100644
--- a/video.hpp
+++ b/video.hpp
@@ -467,6 +467,8 @@ struct Context {
void copy(Buffer_Id dst, Buffer_Id src);
void copy(Texture_Id dst, Buffer_Id src);
void transition(Texture_Id id, Resource_State state);
+ void debug_push(const char* name);
+ void debug_pop();
};
struct Shader : public Asset {