Freigeben über


short_vector_traits-Struktur

Short_vector_traits ermöglicht das Abrufen von der zugrunde liegenden Vektor Länge und skalaren Typ vom Vektortyp short oder einen skalaren Typ

template<
   typename _Type
>
struct short_vector_traits;
template<>
struct short_vector_traits<unsigned int>;
template<>
struct short_vector_traits<uint_2>;
template<>
struct short_vector_traits<uint_3>;
template<>
struct short_vector_traits<uint_4>;
template<>
struct short_vector_traits<int>;
template<>
struct short_vector_traits<int_2>;
template<>
struct short_vector_traits<int_3>;
template<>
struct short_vector_traits<int_4>;
template<>
struct short_vector_traits<float>;
template<>
struct short_vector_traits<float_2>;
template<>
struct short_vector_traits<float_3>;
template<>
struct short_vector_traits<float_4>;
template<>
struct short_vector_traits<unorm>;
template<>
struct short_vector_traits<unorm_2>;
template<>
struct short_vector_traits<unorm_3>;
template<>
struct short_vector_traits<unorm_4>;
template<>
struct short_vector_traits<norm>;
template<>
struct short_vector_traits<norm_2>;
template<>
struct short_vector_traits<norm_3>;
template<>
struct short_vector_traits<norm_4>;
template<>
struct short_vector_traits<double>;
template<>
struct short_vector_traits<double_2>;
template<>
struct short_vector_traits<double_3>;
template<>
struct short_vector_traits<double_4>;

Parameter

  • _Type

Mitglieder

Hh691073.collapse_all(de-de,VS.110).gifÖffentliche Typedefs

Name

Beschreibung

value_type

Hh691073.collapse_all(de-de,VS.110).gifÖffentliche Konstruktoren

Name

Beschreibung

short_vector_traits::short_vector_traits-Konstruktor

Hh691073.collapse_all(de-de,VS.110).gifÖffentliche Konstanten

Name

Beschreibung

short_vector_traits::size-Konstante

Vererbungshierarchie

short_vector_traits

Anforderungen

Header: amp_short_vectors.h

Namespace: Concurrency::graphics

Siehe auch

Referenz

Concurrency::graphics-Namespace