From 528c5a7ef9e3e7cadf9a2caefa3ca115b382df75 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 2 Mar 2025 17:28:07 +1100 Subject: シ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'video.hpp') diff --git a/video.hpp b/video.hpp index 5aa25bc..4289685 100644 --- a/video.hpp +++ b/video.hpp @@ -553,6 +553,7 @@ 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, Texture_Id src); void transition(Texture_Id id, Resource_State state); void debug_push(const char* name); void debug_pop(); -- cgit v1.2.3-54-g00ecf