renderstack::vertex_attribute_not_found_exception Class Reference

#include <vertex_format.hpp>

Public Member Functions

 vertex_attribute_not_found_exception (vertex_attribute_usage usage, int index)
vertex_attribute_usage usage ()
int index ()

Detailed Description

Definition at line 51 of file vertex_format.hpp.


Constructor & Destructor Documentation

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.

00059     :   m_usage(usage)
00060     ,   m_index(index)
00061     {
00062     }


Member Function Documentation

vertex_attribute_usage renderstack::vertex_attribute_not_found_exception::usage (  )  [inline]

Definition at line 64 of file vertex_format.hpp.

00064 { return m_usage; }

int renderstack::vertex_attribute_not_found_exception::index (  )  [inline]

Definition at line 65 of file vertex_format.hpp.

00065 { return m_index; }


The documentation for this class was generated from the following file:
Generated on Sun Apr 11 12:23:12 2010 for RenderStack by  doxygen 1.6.3