#include <vertex_format.hpp>
Public Member Functions | |
| vertex_attribute_not_found_exception (vertex_attribute_usage usage, int index) | |
| vertex_attribute_usage | usage () |
| int | index () |
Definition at line 51 of file vertex_format.hpp.
| renderstack::vertex_attribute_not_found_exception::vertex_attribute_not_found_exception | ( | vertex_attribute_usage | usage, | |
| int | index | |||
| ) | [inline] |
Definition at line 55 of file vertex_format.hpp.
| vertex_attribute_usage renderstack::vertex_attribute_not_found_exception::usage | ( | ) | [inline] |
Definition at line 64 of file vertex_format.hpp.
| int renderstack::vertex_attribute_not_found_exception::index | ( | ) | [inline] |
Definition at line 65 of file vertex_format.hpp.
1.6.3