Implementation of shape draw instructions. More...
#include <oglplus/config/basic.hpp>
#include <oglplus/primitive_type.hpp>
#include <oglplus/data_type.hpp>
#include <vector>
#include <cassert>
#include <oglplus/shapes/draw.ipp>
Go to the source code of this file.
Classes | |
class | oglplus::shapes::ElementIndexInfo |
Helper class storing information about shape element index datatype. More... | |
struct | oglplus::shapes::DrawOperation |
Structure containing information about how to draw a part of a shape. More... | |
class | oglplus::shapes::DrawingInstructions |
Class encapsulating the instructions for drawing of a shape. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Enumerations | |
enum | oglplus::ShapeDrawOperationMethod : GLuint |
Enumeration of drawing methods. | |
Implementation of shape draw instructions.
Copyright 2010-2014 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)