summaryrefslogtreecommitdiff
path: root/src/vk/destination_buffer.hpp
diff options
context:
space:
mode:
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();
};
}