#include "renderstack/rs.h"#include <exception>#include <vector>Go to the source code of this file.
Data Structures | |
| class | renderstack::vertex_attribute_not_found_exception |
| class | renderstack::vertex_attribute |
| specifies one vertex attribute such as vertex position or normal More... | |
| class | renderstack::vertex_format |
| collection of vertex attributes More... | |
Namespaces | |
| namespace | renderstack |
Enumerations | |
| enum | renderstack::vertex_attribute_usage { renderstack::vertex_attribute_usage_none, renderstack::vertex_attribute_usage_position, renderstack::vertex_attribute_usage_normal, renderstack::vertex_attribute_usage_tangent, renderstack::vertex_attribute_usage_bitangent, renderstack::vertex_attribute_usage_color, renderstack::vertex_attribute_usage_weights, renderstack::vertex_attribute_usage_matrix_indices, renderstack::vertex_attribute_usage_texcoord, renderstack::vertex_attribute_usage_id } |
Functions | |
| int | renderstack::gl_size_of_type (int type_code) |
Definition in file vertex_format.hpp.
1.6.3