#include "renderstack/rs.h"
#include "renderstack/buffer.hpp"
#include "renderstack/attribute_bindings.hpp"
#include <memory>
#include <map>
#include <exception>
Go to the source code of this file.
Data Structures | |
class | renderstack::index_buffer_not_found_exception |
class | renderstack::mesh |
holds vertex buffer and a number of index buffers More... | |
Namespaces | |
namespace | renderstack |
Enumerations | |
enum | renderstack::mesh_mode { renderstack::mesh_mode_not_set = 0, renderstack::mesh_mode_polygon_fill, renderstack::mesh_mode_edge_lines, renderstack::mesh_mode_corner_points, renderstack::mesh_mode_corner_normals, renderstack::mesh_mode_polygon_centroids, renderstack::mesh_mode_count } |
Definition in file mesh.hpp.