From e082516e95dc72be7ad3c53a7b231f0b3b427777 Mon Sep 17 00:00:00 2001 From: Johannes Unterguggenberger Date: Wed, 24 Jul 2024 16:49:25 +0200 Subject: [PATCH] Just added a comment in avk.hpp --- include/avk/avk.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/avk/avk.hpp b/include/avk/avk.hpp index e3fc513..830a67d 100644 --- a/include/avk/avk.hpp +++ b/include/avk/avk.hpp @@ -239,7 +239,6 @@ namespace avk #include "avk/input_description.hpp" #include "avk/push_constants.hpp" - #include "avk/buffer_view.hpp" #include "avk/vertex_index_buffer_pair.hpp" #include "avk/subpass_dependency.hpp" @@ -271,6 +270,7 @@ namespace avk #include "avk/commands.hpp" #include "avk/queue.hpp" +// Provide the implementation of buffer_t::read (declared in buffer.hpp) namespace avk { template [[nodiscard]] Ret buffer_t::read(size_t aMetaDataIndex) {