Searched refs:VertexTypeMappingBase (Results 1 – 1 of 1) sorted by relevance
333 struct VertexTypeMappingBase struct339 template <> struct VertexTypeMapping<GL_BYTE, false> : VertexTypeMappingBase…340 template <> struct VertexTypeMapping<GL_BYTE, true> : VertexTypeMappingBase…341 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, false> : VertexTypeMappingBase…342 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, true> : VertexTypeMappingBase…343 template <> struct VertexTypeMapping<GL_SHORT, false> : VertexTypeMappingBase…344 template <> struct VertexTypeMapping<GL_SHORT, true> : VertexTypeMappingBase…345 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, false> : VertexTypeMappingBase…346 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, true> : VertexTypeMappingBase…347 template <bool normalized> struct VertexTypeMapping<GL_FIXED, normalized> : VertexTypeMappingBase…[all …]