summaryrefslogtreecommitdiff
path: root/src/vk/destination_buffer.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2022-11-09 16:11:15 -0300
committerFrederico Linhares <fred@linhares.blue>2022-11-09 17:19:06 -0300
commitbde8c8bd073abeb314748d66d6402f951ecb2902 (patch)
tree69c91317baf62a0ad9e36d8e35969fd82a02e91d /src/vk/destination_buffer.hpp
parent7e9107cb1c5012fef900dfa03408e2179f1f9915 (diff)
feat create method Rectangle#draw
Diffstat (limited to 'src/vk/destination_buffer.hpp')
-rw-r--r--src/vk/destination_buffer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vk/destination_buffer.hpp b/src/vk/destination_buffer.hpp
index e856f4d..9b42af3 100644
--- a/src/vk/destination_buffer.hpp
+++ b/src/vk/destination_buffer.hpp
@@ -44,6 +44,9 @@ struct DestinationBuffer: public BaseBuffer
operator=(DestinationBuffer &&that);
~DestinationBuffer();
+
+ void
+ copy_data();
};
}