Searched defs:D3DToCType (Results 1 – 1 of 1) sorted by relevance
286 template <unsigned int D3DType> struct D3DToCType { }; struct288 template <> struct D3DToCType<D3DVT_FLOAT> { typedef float type; }; struct289 template <> struct D3DToCType<D3DVT_SHORT> { typedef short type; }; struct290 template <> struct D3DToCType<D3DVT_SHORT_NORM> { typedef short type; }; argument291 template <> struct D3DToCType<D3DVT_UBYTE> { typedef unsigned char type; }; struct292 template <> struct D3DToCType<D3DVT_UBYTE_NORM> { typedef unsigned char type; }; struct293 template <> struct D3DToCType<D3DVT_USHORT_NORM> { typedef unsigned short type; }; struct