renderstack::index_buffer_not_found_exception Class Reference
#include <mesh.hpp>
Detailed Description
Definition at line 52 of file mesh.hpp.
Constructor & Destructor Documentation
renderstack::index_buffer_not_found_exception::index_buffer_not_found_exception |
( |
enum mesh_mode |
mode |
) |
[inline] |
Definition at line 56 of file mesh.hpp.
00057 : m_mesh_mode(mode)
00058 {
00059 }
Member Function Documentation
enum mesh_mode renderstack::index_buffer_not_found_exception::mesh_mode |
( |
|
) |
const [inline] |
Definition at line 60 of file mesh.hpp.
00060 { return m_mesh_mode; }
The documentation for this class was generated from the following file: