#include <jem/gl/Vertex.h>
|
template<class T > |
static bool | configure (Tuple< T, 2 > &vx, const String &name, const Properties &props) |
|
template<class T > |
static bool | configure (Tuple< T, 3 > &vx, const String &name, const Properties &props) |
|
template<class T > |
static void | getConfig (const String &name, const Properties &props, const Tuple< T, 2 > &vx) |
|
template<class T > |
static void | getConfig (const String &name, const Properties &props, const Tuple< T, 3 > &vx) |
|
template<class T >
void jem::gl::Vertex::getConfig |
( |
const String & |
name, |
|
|
const Properties & |
props, |
|
|
const Tuple< T, 2 > & |
vx |
|
) |
| |
|
static |
template<class T >
void jem::gl::Vertex::getConfig |
( |
const String & |
name, |
|
|
const Properties & |
props, |
|
|
const Tuple< T, 3 > & |
vx |
|
) |
| |
|
static |