Searched refs: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; }; argument289 template <> struct D3DToCType<D3DVT_SHORT> { typedef short type; }; argument290 template <> struct D3DToCType<D3DVT_SHORT_NORM> { typedef short type; }; struct291 template <> struct D3DToCType<D3DVT_UBYTE> { typedef unsigned char type; }; argument292 template <> struct D3DToCType<D3DVT_UBYTE_NORM> { typedef unsigned char type; }; struct293 template <> struct D3DToCType<D3DVT_USHORT_NORM> { typedef unsigned short type; }; struct356 struct ConversionRule : Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type>…391 …DefaultVertexValues<typename D3DToCType<PreferenceRule< VertexTypeMapping<fromType, normalized> >:…