Loading...
Searching...
No Matches
8#include <brenta/renderer/opengl/buffer.hpp>
43 constexpr Vao(
const Vao& other) =
delete;
44 constexpr Vao& operator=(
const Vao& other) =
delete;
45 constexpr Vao(
Vao&& other)
noexcept
50 constexpr Vao& operator=(
Vao&& other)
noexcept
63 unsigned int get_id()
const;
80 void link_buffer(
const Buffer &vbo,
81 unsigned int layout_index,