summaryrefslogtreecommitdiff
path: root/video.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'video.hpp')
-rw-r--r--video.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/video.hpp b/video.hpp
index 5aa25bc..4afb6ba 100644
--- a/video.hpp
+++ b/video.hpp
@@ -553,6 +553,15 @@ struct Context {
void submit(const Render_Pass& rp);
void copy(Buffer_Id dst, Buffer_Id src);
void copy(Texture_Id dst, Buffer_Id src);
+ void copy(
+ Texture_Id dst,
+ Buffer_Id src,
+ int mip,
+ int x,
+ int y,
+ int w,
+ int h
+ );
void transition(Texture_Id id, Resource_State state);
void debug_push(const char* name);
void debug_pop();