Skip to content

Commit

Permalink
Just added a comment in avk.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesugb committed Jul 24, 2024
1 parent f118693 commit e082516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/avk/avk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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<typename Ret>
[[nodiscard]] Ret buffer_t::read(size_t aMetaDataIndex) {
Expand Down

0 comments on commit e082516

Please sign in to comment.