From bde8c8bd073abeb314748d66d6402f951ecb2902 Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Wed, 9 Nov 2022 16:11:15 -0300 Subject: feat create method Rectangle#draw --- src/vk/destination_buffer.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vk/destination_buffer.hpp') 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(); }; } -- cgit v1.2.3