1#ifndef GLK_DRAWABLE_HPP
2#define GLK_DRAWABLE_HPP
14 using Ptr = std::shared_ptr<Drawable>;
15 using ConstPtr = std::shared_ptr<const Drawable>;
Definition drawable.hpp:12
virtual void draw(glk::GLSLShader &shader) const
Definition drawable.hpp:19
virtual ~Drawable()
Definition drawable.hpp:17
std::shared_ptr< Drawable > Ptr
Definition drawable.hpp:14
std::shared_ptr< const Drawable > ConstPtr
Definition drawable.hpp:15
Definition glsl_shader.hpp:20
Definition async_buffer_copy.hpp:6